Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/accounts/
DIAccountManager.aidl32 AuthenticatorDescription[] getAuthenticatorTypes(); in getAuthenticatorTypes() method
DAccountManager.java343 public AuthenticatorDescription[] getAuthenticatorTypes() { in getAuthenticatorTypes() method in AccountManager
345 return mService.getAuthenticatorTypes(); in getAuthenticatorTypes()
DAccountManagerService.java349 public AuthenticatorDescription[] getAuthenticatorTypes() { in getAuthenticatorTypes() method in AccountManagerService