Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java1275 AccountAuthenticatorCache authCache = new AccountAuthenticatorCache(context); in getAuthenticatorTypeAndUIDForUser() local
1276 return getAuthenticatorTypeAndUIDForUser(authCache, userId); in getAuthenticatorTypeAndUIDForUser()
1280 IAccountAuthenticatorCache authCache, in getAuthenticatorTypeAndUIDForUser() argument
1283 for (RegisteredServicesCache.ServiceInfo<AuthenticatorDescription> service : authCache in getAuthenticatorTypeAndUIDForUser()