Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DCachingIconView.java50 private String mLastPackage; field in CachingIconView
226 && Objects.equals(iconPackage, mLastPackage); in testAndSetCache()
228 mLastPackage = iconPackage; in testAndSetCache()
246 isCached = resId == mLastResId && null == mLastPackage; in testAndSetCache()
248 mLastPackage = null; in testAndSetCache()
275 mLastPackage = null; in resetCache()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt85703 Lcom/android/internal/widget/CachingIconView;->mLastPackage:Ljava/lang/String;