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/
DLegacyNotificationIconAreaControllerImplTest.java110 assertFalse(mController.shouldShouldLowPriorityIcons()); in testNotificationIcons_settingHideIcons()
117 assertTrue(mController.shouldShouldLowPriorityIcons()); in testNotificationIcons_settingShowIcons()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLegacyNotificationIconAreaControllerImpl.java353 boolean shouldShouldLowPriorityIcons() { in shouldShouldLowPriorityIcons() method in LegacyNotificationIconAreaControllerImpl