Searched refs:mPrimaryFooterIconDrawable (Results 1 – 1 of 1) sorted by relevance
90 private Drawable mPrimaryFooterIconDrawable; field in QSSecurityFooter231 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);