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.java187 private final IAccountAuthenticatorCache mAuthenticatorCache; field in AccountManagerService
280 mAuthenticatorCache = mInjector.getAccountAuthenticatorCache(); in AccountManagerService()
281 mAuthenticatorCache.setListener(this, null /* Handler */); in AccountManagerService()
412 return mAuthenticatorCache.getBindInstantServiceAllowed(userId); in getBindInstantServiceAllowed()
416 mAuthenticatorCache.setBindInstantServiceAllowed(userId, allowed); in setBindInstantServiceAllowed()
1114 mAuthenticatorCache.invalidateCache(accounts.userId); in validateAccountsInternal()
1118 mAuthenticatorCache, accounts.userId); in validateAccountsInternal()
1618 mAuthenticatorCache.updateServices(userId); in getAuthenticatorTypesInternal()
1620 authenticatorCollection = mAuthenticatorCache.getAllServices(userId); in getAuthenticatorTypesInternal()
2841 authenticatorInfo = mAuthenticatorCache.getServiceInfo( in getAuthToken()
[all …]