Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/accounts/
DAccountPreferenceControllerTest.java217 when(mAccountHelper.createAccessiblePreferenceCategory(any(Context.class))).thenReturn( in onResume_oneProfile_shouldSetAccountTitleWithUserName()
235 when(mAccountHelper.createAccessiblePreferenceCategory(any(Context.class))).thenReturn( in onResume_noPreferenceScreen_shouldNotCrash()
361 when(mAccountHelper.createAccessiblePreferenceCategory(any(Context.class))).thenReturn( in onResume_twoAccountsOfSameType_shouldAddThreePreferences()
406 when(mAccountHelper.createAccessiblePreferenceCategory(any(Context.class))).thenReturn( in onResume_twoAccountsOfSameName_shouldAddFivePreferences()
439 when(mAccountHelper.createAccessiblePreferenceCategory(any(Context.class))).thenReturn( in onResume_noAccountChange_shouldNotAddAccountPreference()
474 when(mAccountHelper.createAccessiblePreferenceCategory(any(Context.class))).thenReturn( in onResume_oneNewAccount_shouldAddOneAccountPreference()
506 when(mAccountHelper.createAccessiblePreferenceCategory(any(Context.class))).thenReturn( in onResume_oneNewAccountType_shouldAddOneAccountPreference()
555 when(mAccountHelper.createAccessiblePreferenceCategory(any(Context.class))).thenReturn( in onResume_oneAccountRemoved_shouldRemoveOneAccountPreference()
594 when(mAccountHelper.createAccessiblePreferenceCategory(any(Context.class))) in onResume_userReEnabled_shouldAddOneAccountPreference()
/packages/apps/Settings/src/com/android/settings/accounts/
DAccountRestrictionHelper.java107 public AccessiblePreferenceCategory createAccessiblePreferenceCategory(Context context) { in createAccessiblePreferenceCategory() method in AccountRestrictionHelper
DAccountPreferenceController.java370 mHelper.createAccessiblePreferenceCategory( in updateProfileUi()