Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DCachingIconView.java47 private String mLastPackage; field in CachingIconView
141 && Objects.equals(iconPackage, mLastPackage); in testAndSetCache()
143 mLastPackage = iconPackage; in testAndSetCache()
161 isCached = resId == mLastResId && null == mLastPackage; in testAndSetCache()
163 mLastPackage = null; in testAndSetCache()
190 mLastPackage = null; in resetCache()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt89669 Lcom/android/internal/widget/CachingIconView;->mLastPackage:Ljava/lang/String;