Searched refs:getAuthenticatorTypes (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/accounts/
H A DIAccountManager.aidl32 AuthenticatorDescription[] getAuthenticatorTypes(int userId);
H A DChooseAccountActivity.java92 for(AuthenticatorDescription desc : AccountManager.get(this).getAuthenticatorTypes()) {
H A DChooseAccountTypeActivity.java127 for(AuthenticatorDescription desc : AccountManager.get(this).getAuthenticatorTypes()) {
H A DGrantCredentialsPermissionActivity.java135 AccountManager.get(this).getAuthenticatorTypes();
H A DAccountManager.java362 public AuthenticatorDescription[] getAuthenticatorTypes() { method in class:AccountManager
364 return mService.getAuthenticatorTypes(UserHandle.getCallingUserId());
386 return mService.getAuthenticatorTypes(userId);
H A DChooseTypeAndAccountActivity.java517 AuthenticatorDescription[] descs = AccountManager.get(this).getAuthenticatorTypes();
/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java610 public AuthenticatorDescription[] getAuthenticatorTypes(int userId) { method in class:AccountManagerService
612 Log.v(TAG, "getAuthenticatorTypes: "

Completed in 190 milliseconds