Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java1703 return getAuthenticatorTypesInternal(userId, callingUid); in getAuthenticatorTypes()
1713 private AuthenticatorDescription[] getAuthenticatorTypesInternal(int userId, int callingUid) { in getAuthenticatorTypesInternal() method in AccountManagerService