Searched refs:getAuthenticatorTypesAsUser (Results 1 – 12 of 12) sorted by relevance
99 when(mAccountManager.getAuthenticatorTypesAsUser(anyInt())) in setUp()356 when(mAccountManager.getAuthenticatorTypesAsUser(anyInt())).thenReturn(authDescs); in onResume_twoAccountsOfSameType_shouldAddThreePreferences()401 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()521 when(mAccountManager.getAuthenticatorTypesAsUser(anyInt())).thenReturn(authDescs); in onResume_oneNewAccountType_shouldAddOneAccountPreference()550 when(mAccountManager.getAuthenticatorTypesAsUser(anyInt())).thenReturn(authDescs); in onResume_oneAccountRemoved_shouldRemoveOneAccountPreference()589 when(mAccountManager.getAuthenticatorTypesAsUser(anyInt())).thenReturn(authDescs); in onResume_userReEnabled_shouldAddOneAccountPreference()
73 when(mAccountManager.getAuthenticatorTypesAsUser(anyInt())).thenReturn( in setUp()
68 when(mAccountManager.getAuthenticatorTypesAsUser(anyInt())).thenReturn( in setUp()
115 when(mAccountManager.getAuthenticatorTypesAsUser(anyInt())) in setUp()
146 when(mMockAccountManager.getAuthenticatorTypesAsUser(anyInt())).thenReturn( in onAccountsUpdate_currentUserUpdated_shouldForceUpdate()226 when(mMockAccountManager.getAuthenticatorTypesAsUser(anyInt())).thenReturn( in initMocks()
39 protected AuthenticatorDescription[] getAuthenticatorTypesAsUser(int userId) { in getAuthenticatorTypesAsUser() method in ShadowAccountManager
58 protected AuthenticatorDescription[] getAuthenticatorTypesAsUser(int userId) { in getAuthenticatorTypesAsUser() method in ShadowAccountManager
103 accountManager.getAuthenticatorTypesAsUser(mUserHandle.getIdentifier()); in updateAuthorizedAccountTypes()
83 getContext()).getAuthenticatorTypesAsUser(profile.id); in updateState()
257 when(mMockAccountManager.getAuthenticatorTypesAsUser(anyInt())).then( in updateAccountManagerMocks()
126 mAuthDescs = AccountManager.get(mContext).getAuthenticatorTypesAsUser( in updateAuthDescriptions()
488 .getAuthenticatorTypesAsUser(profileId); in loadAccountList()