Searched defs:mAuthenticatorCache (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/accounts/
H A DAccountManagerService.java108 private final IAccountAuthenticatorCache mAuthenticatorCache; field in class:AccountManagerService
224 mAuthenticatorCache = authenticatorCache;
225 mAuthenticatorCache.setListener(this, null /* Handler */);
323 mAuthenticatorCache.invalidateCache(accounts.userId);
328 mAuthenticatorCache.getAllServices(accounts.userId)) {
496 authenticatorCollection = mAuthenticatorCache.getAllServices(userId);
1079 authenticatorInfo = mAuthenticatorCache.getServiceInfo(
1880 authenticatorInfo = mAuthenticatorCache.getServiceInfo(
2125 mAuthenticatorCache.dump(fd, fout, args, userAccounts.userId);
2240 mAuthenticatorCache
[all...]

Completed in 27 milliseconds