Home
last modified time | relevance | path

Searched refs:createAccessiblePreferenceCategory (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/accounts/
DAccountPreferenceControllerTest.java213 when(mAccountHelper.createAccessiblePreferenceCategory(any(Context.class))).thenReturn( in onResume_oneProfile_shouldSetAccountTitleWithUserName()
231 when(mAccountHelper.createAccessiblePreferenceCategory(any(Context.class))).thenReturn( in onResume_noPreferenceScreen_shouldNotCrash()
356 when(mAccountHelper.createAccessiblePreferenceCategory(any(Context.class))).thenReturn( in onResume_twoAccountsOfSameType_shouldAddThreePreferences()
401 when(mAccountHelper.createAccessiblePreferenceCategory(any(Context.class))).thenReturn( in onResume_twoAccountsOfSameName_shouldAddFivePreferences()
434 when(mAccountHelper.createAccessiblePreferenceCategory(any(Context.class))).thenReturn( in onResume_noAccountChange_shouldNotAddAccountPreference()
469 when(mAccountHelper.createAccessiblePreferenceCategory(any(Context.class))).thenReturn( in onResume_oneNewAccount_shouldAddOneAccountPreference()
501 when(mAccountHelper.createAccessiblePreferenceCategory(any(Context.class))).thenReturn( in onResume_oneNewAccountType_shouldAddOneAccountPreference()
550 when(mAccountHelper.createAccessiblePreferenceCategory(any(Context.class))).thenReturn( in onResume_oneAccountRemoved_shouldRemoveOneAccountPreference()
589 when(mAccountHelper.createAccessiblePreferenceCategory(any(Context.class))) in onResume_userReEnabled_shouldAddOneAccountPreference()
/packages/apps/Settings/src/com/android/settings/accounts/
DAccountRestrictionHelper.java58 public AccessiblePreferenceCategory createAccessiblePreferenceCategory(Context context) { in createAccessiblePreferenceCategory() method in AccountRestrictionHelper
DAccountPreferenceController.java313 mHelper.createAccessiblePreferenceCategory(mParent.getPreferenceManager().getContext()); in updateProfileUi()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accounts/
DAccountRestrictionHelper.java58 public AccessiblePreferenceCategory createAccessiblePreferenceCategory(Context context) { in createAccessiblePreferenceCategory() method in AccountRestrictionHelper
DAccountPreferenceController.java313 mHelper.createAccessiblePreferenceCategory(mParent.getPreferenceManager().getContext()); in updateProfileUi()