Home
last modified time | relevance | path

Searched refs:getAuthenticatorTypesAsUser (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/accounts/
DAccountPreferenceControllerTest.java94 when(mAccountManager.getAuthenticatorTypesAsUser(anyInt())).thenReturn( in setUp()
355 when(mAccountManager.getAuthenticatorTypesAsUser(anyInt())).thenReturn(authDescs); in onResume_twoAccountsOfSameType_shouldAddThreePreferences()
400 when(mAccountManager.getAuthenticatorTypesAsUser(anyInt())).thenReturn(authDescs); in onResume_twoAccountsOfSameName_shouldAddFivePreferences()
434 when(mAccountManager.getAuthenticatorTypesAsUser(anyInt())).thenReturn(authDescs); in onResume_noAccountChange_shouldNotAddAccountPreference()
469 when(mAccountManager.getAuthenticatorTypesAsUser(anyInt())).thenReturn(authDescs); in onResume_oneNewAccount_shouldAddOneAccountPreference()
522 when(mAccountManager.getAuthenticatorTypesAsUser(anyInt())).thenReturn(authDescs); in onResume_oneNewAccountType_shouldAddOneAccountPreference()
551 when(mAccountManager.getAuthenticatorTypesAsUser(anyInt())).thenReturn(authDescs); in onResume_oneAccountRemoved_shouldRemoveOneAccountPreference()
DAccountDetailDashboardFragmentTest.java125 when(mAccountManager.getAuthenticatorTypesAsUser(anyInt())).thenReturn( in updateAccountHeader_shouldShowAccountName()
DAccountTypePreferenceLoaderTest.java72 when(mAccountManager.getAuthenticatorTypesAsUser(anyInt())).thenReturn( in setUp()
DRemoveAccountPreferenceControllerTest.java95 when(mAccountManager.getAuthenticatorTypesAsUser(anyInt())).thenReturn( in setUp()
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
DShadowAccountManager.java28 public AuthenticatorDescription[] getAuthenticatorTypesAsUser(int userId) { in getAuthenticatorTypesAsUser() method in ShadowAccountManager
/packages/apps/Settings/src/com/android/settings/accounts/
DChooseAccountActivity.java140 mAuthDescs = AccountManager.get(getContext()).getAuthenticatorTypesAsUser( in updateAuthDescriptions()
/packages/apps/Settings/src/com/android/settings/
DMasterClear.java284 .getAuthenticatorTypesAsUser(profileId); in loadAccountList()