Searched refs:mAuthenticatorCache (Results 1 – 1 of 1) sorted by relevance
189 private final IAccountAuthenticatorCache mAuthenticatorCache; field in AccountManagerService282 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 …]