Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A 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()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt86346 Lcom/android/internal/widget/CachingIconView;->mLastPackage:Ljava/lang/String;