Searched refs:mAccountEvictors (Results 1 – 1 of 1) sorted by relevance
109 private HashMap<Account, Evictor> mAccountEvictors = new HashMap<>(); field in TokenCache.TokenLruCache146 Evictor accountEvictor = mAccountEvictors.get(k.account); in putToken()151 mAccountEvictors.put(k.account, accountEvictor); in putToken()166 Evictor evictor = mAccountEvictors.get(account); in evict()