Searched refs:mAuthenticatorCache (Results 1 – 1 of 1) sorted by relevance
187 private final IAccountAuthenticatorCache mAuthenticatorCache; field in AccountManagerService283 mAuthenticatorCache = mInjector.getAccountAuthenticatorCache(); in AccountManagerService()284 mAuthenticatorCache.setListener(this, null /* Handler */); in AccountManagerService()415 return mAuthenticatorCache.getBindInstantServiceAllowed(userId); in getBindInstantServiceAllowed()419 mAuthenticatorCache.setBindInstantServiceAllowed(userId, allowed); in setBindInstantServiceAllowed()1117 mAuthenticatorCache.invalidateCache(accounts.userId); in validateAccountsInternal()1121 mAuthenticatorCache, accounts.userId); in validateAccountsInternal()1594 mAuthenticatorCache.updateServices(userId); in getAuthenticatorTypesInternal()1596 authenticatorCollection = mAuthenticatorCache.getAllServices(userId); in getAuthenticatorTypesInternal()2815 authenticatorInfo = mAuthenticatorCache.getServiceInfo( in getAuthToken()[all …]