Home
last modified time | relevance | path

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

/aosp12/frameworks/base/telephony/java/android/telephony/
H A DSubscriptionManager.java181 private final String mCacheKeyProperty; field in SubscriptionManager.VoidPropertyInvalidatedCache
190 mCacheKeyProperty = cacheKeyProperty; in VoidPropertyInvalidatedCache()
204 Rlog.w(LOG_TAG, "Failed to recompute cache key for " + mCacheKeyProperty); in recompute()
207 if (VDBG) logd("recomputing " + mCacheKeyProperty + ", result = " + result); in recompute()
215 private final String mCacheKeyProperty; field in SubscriptionManager.IntegerPropertyInvalidatedCache
224 mCacheKeyProperty = cacheKeyProperty; in IntegerPropertyInvalidatedCache()
238 Rlog.w(LOG_TAG, "Failed to recompute cache key for " + mCacheKeyProperty); in recompute()
241 if (VDBG) logd("recomputing " + mCacheKeyProperty + ", result = " + result); in recompute()