Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationIconAreaControllerTest.java87 assertFalse(mController.shouldShouldLowPriorityIcons()); in testNotificationIcons_settingHideIcons()
94 assertTrue(mController.shouldShouldLowPriorityIcons()); in testNotificationIcons_settingShowIcons()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconAreaController.java365 boolean shouldShouldLowPriorityIcons() { in shouldShouldLowPriorityIcons() method in NotificationIconAreaController