Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarPolicy.java157 private boolean mManagedProfileIconVisible = false; field in PhoneStatusBarPolicy
292 mIconController.setIconVisibility(mSlotManagedProfile, mManagedProfileIconVisible); in init()
532 if (mManagedProfileIconVisible != showIcon) { in updateManagedProfile()
534 mManagedProfileIconVisible = showIcon; in updateManagedProfile()