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

/frameworks/base/core/java/android/accounts/
H A DAccountManager.java381 public AuthenticatorDescription[] getAuthenticatorTypes() { method in class:AccountManager
383 return mService.getAuthenticatorTypes(UserHandle.getCallingUserId());
405 return mService.getAuthenticatorTypes(userId);
/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java656 public AuthenticatorDescription[] getAuthenticatorTypes(int userId) { method in class:AccountManagerService
659 Log.v(TAG, "getAuthenticatorTypes: "

Completed in 95 milliseconds