Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSSecurityFooter.java160 int footerIconId = R.drawable.ic_info_outline; in handleRefreshState() local
163 footerIconId = R.drawable.stat_sys_branded_vpn; in handleRefreshState()
165 footerIconId = R.drawable.stat_sys_vpn_ic; in handleRefreshState()
168 if (mFooterIconId != footerIconId) { in handleRefreshState()
169 mFooterIconId = footerIconId; in handleRefreshState()