Home
last modified time | relevance | path

Searched refs:mAccTypeIconCache (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/accounts/
H A DAuthenticatorHelper.java55 private final Map<String, Drawable> mAccTypeIconCache = new HashMap<>(); field in AuthenticatorHelper
99 synchronized (mAccTypeIconCache) { in getDrawableForType()
100 if (mAccTypeIconCache.containsKey(accountType)) { in getDrawableForType()
101 return mAccTypeIconCache.get(accountType); in getDrawableForType()
111 synchronized (mAccTypeIconCache) { in getDrawableForType()
112 mAccTypeIconCache.put(accountType, icon); in getDrawableForType()
209 mAccTypeIconCache.clear(); in onAccountsUpdated()