Home
last modified time | relevance | path

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

/aosp12/frameworks/base/telephony/java/android/telephony/
H A DSubscriptionManager.java186 String cacheKeyProperty, in VoidPropertyInvalidatedCache() argument
188 super(MAX_CACHE_SIZE, cacheKeyProperty); in VoidPropertyInvalidatedCache()
190 mCacheKeyProperty = cacheKeyProperty; in VoidPropertyInvalidatedCache()
220 String cacheKeyProperty, in IntegerPropertyInvalidatedCache() argument
222 super(MAX_CACHE_SIZE, cacheKeyProperty); in IntegerPropertyInvalidatedCache()
224 mCacheKeyProperty = cacheKeyProperty; in IntegerPropertyInvalidatedCache()