Searched refs:getAuthenticatorTypesAsUser (Results 1 – 7 of 7) sorted by relevance
94 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()
125 when(mAccountManager.getAuthenticatorTypesAsUser(anyInt())).thenReturn( in updateAccountHeader_shouldShowAccountName()
72 when(mAccountManager.getAuthenticatorTypesAsUser(anyInt())).thenReturn( in setUp()
95 when(mAccountManager.getAuthenticatorTypesAsUser(anyInt())).thenReturn( in setUp()
28 public AuthenticatorDescription[] getAuthenticatorTypesAsUser(int userId) { in getAuthenticatorTypesAsUser() method in ShadowAccountManager
140 mAuthDescs = AccountManager.get(getContext()).getAuthenticatorTypesAsUser( in updateAuthDescriptions()
284 .getAuthenticatorTypesAsUser(profileId); in loadAccountList()