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.java42 private String mLastPackage; field in CachingIconView
131 && Objects.equals(iconPackage, mLastPackage); in testAndSetCache()
133 mLastPackage = iconPackage; in testAndSetCache()
151 isCached = resId == mLastResId && null == mLastPackage; in testAndSetCache()
153 mLastPackage = null; in testAndSetCache()
180 mLastPackage = null; in resetCache()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt107441 Lcom/android/internal/widget/CachingIconView;->mLastPackage:Ljava/lang/String;