Searched defs:getAuthenticatorTypes (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/accounts/
H A DAccountManager.java362 public AuthenticatorDescription[] getAuthenticatorTypes() { method in class:AccountManager
364 return mService.getAuthenticatorTypes(UserHandle.getCallingUserId());
386 return mService.getAuthenticatorTypes(userId);
/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 64 milliseconds