Home
last modified time | relevance | path

Searched defs:getOrCompute (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Connectivity/service-t/src/com/android/server/net/
DTrafficStatsRateLimitCache.java99 NetworkStats.Entry getOrCompute(String iface, int uid, in getOrCompute() method in TrafficStatsRateLimitCache
/packages/modules/Connectivity/staticlibs/framework/com/android/net/module/util/
DLruCacheWithExpiry.java98 public V getOrCompute(@NonNull K key, @NonNull Supplier<V> supplier) { in getOrCompute() method in LruCacheWithExpiry