HomeSort by relevance Sort by last modified time
    Searched refs:authDescs (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/accounts/
AuthenticatorHelper.java 176 AuthenticatorDescription[] authDescs = AccountManager.get(context)
178 for (int i = 0; i < authDescs.length; i++) {
179 mTypeToAuthDescription.put(authDescs[i].type, authDescs[i]);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/accounts/
AccountPreferenceControllerTest.java 345 AuthenticatorDescription[] authDescs = {
349 when(mAccountManager.getAuthenticatorTypesAsUser(anyInt())).thenReturn(authDescs);
383 final AuthenticatorDescription[] authDescs = {
395 when(mAccountManager.getAuthenticatorTypesAsUser(anyInt())).thenReturn(authDescs);
424 AuthenticatorDescription[] authDescs = {
428 when(mAccountManager.getAuthenticatorTypesAsUser(anyInt())).thenReturn(authDescs);
459 AuthenticatorDescription[] authDescs = {
463 when(mAccountManager.getAuthenticatorTypesAsUser(anyInt())).thenReturn(authDescs);
511 AuthenticatorDescription[] authDescs = {
515 when(mAccountManager.getAuthenticatorTypesAsUser(anyInt())).thenReturn(authDescs);
    [all...]

Completed in 60 milliseconds