Merge "Autofill settings: Fix search" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
68f3726375
@@ -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