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