Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarPolicy.java126 private boolean mManagedProfileIconVisible = false; field in PhoneStatusBarPolicy
214 mIconController.setIconVisibility(mSlotManagedProfile, mManagedProfileIconVisible); in PhoneStatusBarPolicy()
466 if (mManagedProfileIconVisible != showIcon) { in updateManagedProfile()
468 mManagedProfileIconVisible = showIcon; in updateManagedProfile()