Searched refs:getAuthenticatorTypesAsUser (Results 1 – 12 of 12) sorted by relevance
99 when(mAccountManager.getAuthenticatorTypesAsUser(anyInt())) in setUp()357 when(mAccountManager.getAuthenticatorTypesAsUser(anyInt())).thenReturn(authDescs); in onResume_twoAccountsOfSameType_shouldAddThreePreferences()402 when(mAccountManager.getAuthenticatorTypesAsUser(anyInt())).thenReturn(authDescs); in onResume_twoAccountsOfSameName_shouldAddFivePreferences()435 when(mAccountManager.getAuthenticatorTypesAsUser(anyInt())).thenReturn(authDescs); in onResume_noAccountChange_shouldNotAddAccountPreference()470 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()590 when(mAccountManager.getAuthenticatorTypesAsUser(anyInt())).thenReturn(authDescs); in onResume_userReEnabled_shouldAddOneAccountPreference()
68 when(mAccountManager.getAuthenticatorTypesAsUser(anyInt())).thenReturn( in setUp()
112 when(mAccountManager.getAuthenticatorTypesAsUser(anyInt())) in setUp()
87 when(mAccountManager.getAuthenticatorTypesAsUser(anyInt())).thenReturn( in setUp()
40 protected AuthenticatorDescription[] getAuthenticatorTypesAsUser(int userId) { in getAuthenticatorTypesAsUser() method in ShadowAccountManager
145 when(mMockAccountManager.getAuthenticatorTypesAsUser(anyInt())).thenReturn( in onAccountsUpdate_currentUserUpdated_shouldForceUpdate()222 when(mMockAccountManager.getAuthenticatorTypesAsUser(anyInt())).thenReturn( in initMocks()
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()
127 mAuthDescs = AccountManager.get(mContext).getAuthenticatorTypesAsUser( in updateAuthDescriptions()
520 .getAuthenticatorTypesAsUser(profileId); in loadAccountList()