Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DSubscriptionManager.java160 private final String mCacheKeyProperty; field in SubscriptionManager.VoidPropertyInvalidatedCache
169 mCacheKeyProperty = cacheKeyProperty; in VoidPropertyInvalidatedCache()
183 Rlog.w(LOG_TAG, "Failed to recompute cache key for " + mCacheKeyProperty); in recompute()
186 if (VDBG) logd("recomputing " + mCacheKeyProperty + ", result = " + result); in recompute()
194 private final String mCacheKeyProperty; field in SubscriptionManager.IntegerPropertyInvalidatedCache
203 mCacheKeyProperty = cacheKeyProperty; in IntegerPropertyInvalidatedCache()
217 Rlog.w(LOG_TAG, "Failed to recompute cache key for " + mCacheKeyProperty); in recompute()
220 if (VDBG) logd("recomputing " + mCacheKeyProperty + ", result = " + result); in recompute()