Searched refs:evict (Results 1 – 2 of 2) sorted by relevance
96 public void evict() { in evict() method in TokenCache.TokenLruCache.Evictor130 evictor.evict(); in entryRemoved()157 public void evict(String accountType, String token) { in evict() method in TokenCache.TokenLruCache160 evictor.evict(); in evict()165 public void evict(Account account) { in evict() method in TokenCache.TokenLruCache168 evictor.evict(); in evict()210 mCachedTokens.evict(accountType, token); in remove()214 mCachedTokens.evict(account); in remove()
5258 HPLcom/android/server/accounts/TokenCache$TokenLruCache$Evictor;->evict()V+]Ljava/util/List;Ljava/u…5262 PLcom/android/server/accounts/TokenCache$TokenLruCache;->evict(Landroid/accounts/Account;)V5263 HPLcom/android/server/accounts/TokenCache$TokenLruCache;->evict(Ljava/lang/String;Ljava/lang/String…