Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarPolicy.java168 private boolean mProfileIconVisible = false; field in PhoneStatusBarPolicy
576 if (mProfileIconVisible != showIcon) { in updateProfileIcon()
578 mProfileIconVisible = showIcon; in updateProfileIcon()