Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DStatusBarSwitch.java60 mHideList = StatusBarIconController.getIconHideList(getContext(), newValue); in onTuningChanged()
H A DBatteryPreference.java67 mHideList = StatusBarIconController.getIconHideList(getContext(), newValue); in onTuningChanged()
H A DClockPreference.java64 mHideList = StatusBarIconController.getIconHideList(getContext(), newValue); in onTuningChanged()
H A DTunerServiceImpl.java140 StatusBarIconController.getIconHideList(mContext, hideListStr); in upgradeTuner()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/battery/
H A DBatteryMeterViewController.java64 ArraySet<String> icons = StatusBarIconController.getIconHideList(
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarIconController.java108 static ArraySet<String> getIconHideList(Context context, String hideListStr) { in getIconHideList() method
H A DStatusBarIconControllerImpl.java139 mIconHideList.addAll(StatusBarIconController.getIconHideList(mContext, newValue)); in onTuningChanged()
H A DStatusBarSignalPolicy.java158 ArraySet<String> hideList = StatusBarIconController.getIconHideList(mContext, newValue); in onTuningChanged()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DClock.java299 setClockVisibleByUser(!StatusBarIconController.getIconHideList(getContext(), newValue) in onTuningChanged()