Searched refs:mAccTypeIconCache (Results 1 – 1 of 1) sorted by relevance
55 private final Map<String, Drawable> mAccTypeIconCache = new HashMap<>(); field in AuthenticatorHelper99 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()