Home
last modified time | relevance | path

Searched defs:evict (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/accounts/
H A DTokenCache.java95 public void evict() { in evict() method in TokenCache.TokenLruCache.Evictor
156 public void evict(String accountType, String token) { in evict() method in TokenCache.TokenLruCache
164 public void evict(Account account) { in evict() method in TokenCache.TokenLruCache
/aosp14/system/core/storaged/
H A Dstoraged_diskstats.cpp240 void disk_stats_monitor::evict(struct disk_perf* perf) { in evict() function in disk_stats_monitor
/aosp14/system/core/storaged/include/
H A Dstoraged_diskstats.h136 void evict(uint32_t num) { in evict() function