Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/flags/java/com/android/server/flags/
H A DFlagCache.java51 Map<String, V> nsCache = mCache.get(namespace); in contains() local
66 Map<String, V> nsCache = mCache.computeIfAbsent(namespace, mNewHashMap); in setIfChanged() local
83 Map<String, V> nsCache = mCache.computeIfAbsent(namespace, mNewHashMap); in getOrSet() local
96 Map<String, V> nsCache = mCache.get(namespace); in getOrNull() local