Home
last modified time | relevance | path

Searched refs:singletonCache (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/
DSingleWriterBpfMap.java90 singletonCache = new HashMap<>(); field in SingleWriterBpfMap
99 if (!singletonCache.containsKey(cacheKey)) in getSingleton()
100 singletonCache.put(cacheKey, new SingleWriterBpfMap(path, key, value)); in getSingleton()
101 return singletonCache.get(cacheKey); in getSingleton()