Searched refs:getAuthenticatorTypesAsUser (Results 1 – 12 of 12) sorted by relevance
96 when(mAccountManager.getAuthenticatorTypesAsUser(anyInt())) in setUp()352 when(mAccountManager.getAuthenticatorTypesAsUser(anyInt())).thenReturn(authDescs); in onResume_twoAccountsOfSameType_shouldAddThreePreferences()397 when(mAccountManager.getAuthenticatorTypesAsUser(anyInt())).thenReturn(authDescs); in onResume_twoAccountsOfSameName_shouldAddFivePreferences()430 when(mAccountManager.getAuthenticatorTypesAsUser(anyInt())).thenReturn(authDescs); in onResume_noAccountChange_shouldNotAddAccountPreference()465 when(mAccountManager.getAuthenticatorTypesAsUser(anyInt())).thenReturn(authDescs); in onResume_oneNewAccount_shouldAddOneAccountPreference()517 when(mAccountManager.getAuthenticatorTypesAsUser(anyInt())).thenReturn(authDescs); in onResume_oneNewAccountType_shouldAddOneAccountPreference()546 when(mAccountManager.getAuthenticatorTypesAsUser(anyInt())).thenReturn(authDescs); in onResume_oneAccountRemoved_shouldRemoveOneAccountPreference()585 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()
113 when(mAccountManager.getAuthenticatorTypesAsUser(anyInt())) in setUp()
39 protected AuthenticatorDescription[] getAuthenticatorTypesAsUser(int userId) { in getAuthenticatorTypesAsUser() method in ShadowAccountManager
58 protected AuthenticatorDescription[] getAuthenticatorTypesAsUser(int userId) { in getAuthenticatorTypesAsUser() method in ShadowAccountManager
86 getContext()).getAuthenticatorTypesAsUser(profile.id); in updateState()
175 getContext()).getAuthenticatorTypesAsUser( in getAuthenticatorDescriptionPreferences()
126 mAuthDescs = AccountManager.get(mContext).getAuthenticatorTypesAsUser( in updateAuthDescriptions()
481 .getAuthenticatorTypesAsUser(profileId); in loadAccountList()
480 .getAuthenticatorTypesAsUser(profileId); in loadAccountList()