Searched refs:authDescs (Results 1 – 2 of 2) sorted by relevance
352 AuthenticatorDescription[] authDescs = { in onResume_twoAccountsOfSameType_shouldAddThreePreferences() local356 when(mAccountManager.getAuthenticatorTypesAsUser(anyInt())).thenReturn(authDescs); in onResume_twoAccountsOfSameType_shouldAddThreePreferences()389 final AuthenticatorDescription[] authDescs = { in onResume_twoAccountsOfSameName_shouldAddFivePreferences() local401 when(mAccountManager.getAuthenticatorTypesAsUser(anyInt())).thenReturn(authDescs); in onResume_twoAccountsOfSameName_shouldAddFivePreferences()430 AuthenticatorDescription[] authDescs = { in onResume_noAccountChange_shouldNotAddAccountPreference() local434 when(mAccountManager.getAuthenticatorTypesAsUser(anyInt())).thenReturn(authDescs); in onResume_noAccountChange_shouldNotAddAccountPreference()465 AuthenticatorDescription[] authDescs = { in onResume_oneNewAccount_shouldAddOneAccountPreference() local469 when(mAccountManager.getAuthenticatorTypesAsUser(anyInt())).thenReturn(authDescs); in onResume_oneNewAccount_shouldAddOneAccountPreference()517 AuthenticatorDescription[] authDescs = { in onResume_oneNewAccountType_shouldAddOneAccountPreference() local546 AuthenticatorDescription[] authDescs = { in onResume_oneAccountRemoved_shouldRemoveOneAccountPreference() local[all …]
178 AuthenticatorDescription[] authDescs = AccountManager.get(context) in updateAuthDescriptions() local180 for (int i = 0; i < authDescs.length; i++) { in updateAuthDescriptions()181 mTypeToAuthDescription.put(authDescs[i].type, authDescs[i]); in updateAuthDescriptions()