Home
last modified time | relevance | path

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

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