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.java189 private final IAccountAuthenticatorCache mAuthenticatorCache; field in AccountManagerService
282 mAuthenticatorCache = mInjector.getAccountAuthenticatorCache(); in AccountManagerService()
283 mAuthenticatorCache.setListener(this, mHandler); in AccountManagerService()
417 return mAuthenticatorCache.getBindInstantServiceAllowed(userId); in getBindInstantServiceAllowed()
421 mAuthenticatorCache.setBindInstantServiceAllowed(userId, allowed); in setBindInstantServiceAllowed()
1121 mAuthenticatorCache.invalidateCache(accounts.userId); in validateAccountsInternal()
1125 mAuthenticatorCache, accounts.userId); in validateAccountsInternal()
1634 mAuthenticatorCache.updateServices(userId); in getAuthenticatorTypesInternal()
1636 authenticatorCollection = mAuthenticatorCache.getAllServices(userId); in getAuthenticatorTypesInternal()
2908 authenticatorInfo = mAuthenticatorCache.getServiceInfo( in getAuthToken()
[all …]