Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSSecurityFooter.java90 private Drawable mPrimaryFooterIconDrawable; field in QSSecurityFooter
231 if (mPrimaryFooterIconDrawable == null) { in handleRefreshState()
233 mPrimaryFooterIconDrawable = mSecurityController.getIcon(info); in handleRefreshState()
236 mPrimaryFooterIconDrawable = null; in handleRefreshState()
602 if (mPrimaryFooterIconDrawable != null) {
603 mPrimaryFooterIcon.setImageDrawable(mPrimaryFooterIconDrawable);