Merge "Autofill settings: Fix search" into sc-dev

This commit is contained in:
TreeHugger Robot
2021-07-02 10:12:18 +00:00
committed by Android (Google) Code Review
4 changed files with 4 additions and 1 deletions

View File

@@ -89,7 +89,7 @@ public class DefaultAutofillPreferenceControllerTest {
final Preference pref = mock(Preference.class);
mController.updateState(pref);
verify(pref).setSummary(R.string.app_list_preference_none);
verify(pref).setTitle(R.string.app_list_preference_none);
}
@Test