Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java201 private final IAccountAuthenticatorCache mAuthenticatorCache; field in AccountManagerService
310 mAuthenticatorCache = mInjector.getAccountAuthenticatorCache(); in AccountManagerService()
311 mAuthenticatorCache.setListener(this, mHandler); in AccountManagerService()
462 return mAuthenticatorCache.getBindInstantServiceAllowed(userId); in getBindInstantServiceAllowed()
466 mAuthenticatorCache.setBindInstantServiceAllowed(userId, allowed); in setBindInstantServiceAllowed()
1186 mAuthenticatorCache.invalidateCache(accounts.userId); in validateAccountsInternal()
1190 mAuthenticatorCache, accounts.userId); in validateAccountsInternal()
1714 mAuthenticatorCache.updateServices(userId); in getAuthenticatorTypesInternal()
1716 authenticatorCollection = mAuthenticatorCache.getAllServices(userId); in getAuthenticatorTypesInternal()
3045 authenticatorInfo = mAuthenticatorCache.getServiceInfo( in getAuthToken()
[all …]