Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DSubscriptionManager.java165 String cacheKeyProperty, in VoidPropertyInvalidatedCache() argument
167 super(MAX_CACHE_SIZE, cacheKeyProperty); in VoidPropertyInvalidatedCache()
169 mCacheKeyProperty = cacheKeyProperty; in VoidPropertyInvalidatedCache()
199 String cacheKeyProperty, in IntegerPropertyInvalidatedCache() argument
201 super(MAX_CACHE_SIZE, cacheKeyProperty); in IntegerPropertyInvalidatedCache()
203 mCacheKeyProperty = cacheKeyProperty; in IntegerPropertyInvalidatedCache()