Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DDemoStatusIcons.java78 setShouldRestrictIcons(((StatusIconContainer) statusIcons).isRestrictingIcons()); in DemoStatusIcons()
80 setShouldRestrictIcons(false); in DemoStatusIcons()
DStatusIconContainer.java101 public void setShouldRestrictIcons(boolean should) { in setShouldRestrictIcons() method in StatusIconContainer