Searched refs:createAccessiblePreferenceCategory (Results 1 – 3 of 3) sorted by relevance
217 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()
107 public AccessiblePreferenceCategory createAccessiblePreferenceCategory(Context context) { in createAccessiblePreferenceCategory() method in AccountRestrictionHelper
370 mHelper.createAccessiblePreferenceCategory( in updateProfileUi()