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

/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java601 AccountAuthenticatorCache authCache = new AccountAuthenticatorCache(context);
602 return getAuthenticatorTypeAndUIDForUser(authCache, userId);
606 IAccountAuthenticatorCache authCache,
609 for (RegisteredServicesCache.ServiceInfo<AuthenticatorDescription> service : authCache
605 getAuthenticatorTypeAndUIDForUser( IAccountAuthenticatorCache authCache, int userId) argument

Completed in 39 milliseconds