Merge "Autofill settings: Fix search" into sc-dev am: 68f3726375
am: 82b4b46b4f
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15171260 Change-Id: Ic8a4129f979186e343ef855a7ece95b8c13e57e0
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user