Home
last modified time | relevance | path

Searched refs:getAuthenticatorTypes (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/accounts/
DGrantCredentialsPermissionActivity.java137 AccountManager.get(this).getAuthenticatorTypes(); in getAccountLabel()
DChooseAccountTypeActivity.java127 for(AuthenticatorDescription desc : AccountManager.get(this).getAuthenticatorTypes()) { in buildTypeToAuthDescriptionMap()
DIAccountManager.aidl36 AuthenticatorDescription[] getAuthenticatorTypes(int userId); in getAuthenticatorTypes() method
DChooseAccountActivity.java121 for(AuthenticatorDescription desc : AccountManager.get(this).getAuthenticatorTypes()) { in getAuthDescriptions()
DAccountManager.java531 public AuthenticatorDescription[] getAuthenticatorTypes() { in getAuthenticatorTypes() method in AccountManager
533 return mService.getAuthenticatorTypes(UserHandle.getCallingUserId()); in getAuthenticatorTypes()
554 return mService.getAuthenticatorTypes(userId); in getAuthenticatorTypesAsUser()
DChooseTypeAndAccountActivity.java560 AuthenticatorDescription[] descs = AccountManager.get(this).getAuthenticatorTypes(); in getReleventAccountTypes()
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java1561 public AuthenticatorDescription[] getAuthenticatorTypes(int userId) { in getAuthenticatorTypes() method in AccountManagerService
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/base/services/
Dart-profile2310 PLcom/android/server/accounts/AccountManagerService;->getAuthenticatorTypes(I)[Landroid/accounts/Au…