Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DDemoStatusIcons.java70 setShouldRestrictIcons(((StatusIconContainer) statusIcons).isRestrictingIcons()); in DemoStatusIcons()
72 setShouldRestrictIcons(false); in DemoStatusIcons()
H A DStatusIconContainer.java90 public void setShouldRestrictIcons(boolean should) { in setShouldRestrictIcons() method in StatusIconContainer
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQuickStatusBarHeaderController.java129 mIconContainer.setShouldRestrictIcons(false); in onViewAttached()