Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DNotificationIconAreaControllerTest.java101 assertFalse(mController.shouldShouldLowPriorityIcons()); in testNotificationIcons_settingHideIcons()
108 assertTrue(mController.shouldShouldLowPriorityIcons()); in testNotificationIcons_settingShowIcons()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationIconAreaController.java403 boolean shouldShouldLowPriorityIcons() { in shouldShouldLowPriorityIcons() method in NotificationIconAreaController