Home
last modified time | relevance | path

Searched refs:hasNotifications (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
H A DQS.java94 default void setHasNotifications(boolean hasNotifications) { in setHasNotifications() argument
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DDozeServiceHost.java340 if (mDozeScrimController.isPulsing() && mHeadsUpManagerPhone.hasNotifications()) { in extendPulse()
496 if (!isHeadsUp && !mHeadsUpManagerPhone.hasNotifications()) {
H A DStatusBarNotificationPresenter.java193 && !mHeadsUpManager.hasNotifications()) { in maybeEndAmbientPulse()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DAlertingNotificationManager.java149 public boolean hasNotifications() { in hasNotifications() method in AlertingNotificationManager
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DAlertingNotificationManagerTest.java189 assertTrue(alm.hasNotifications()); in testShowNotification_addsEntry()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationWakeUpCoordinator.kt247 var visible = mNotificationsVisibleForExpansion || mHeadsUpManager.hasNotifications()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java1364 return hasNotifications(selection, true /* clearable */); in hasActiveClearableNotifications()
1367 public boolean hasNotifications(@SelectedRows int selection, boolean isClearable) { in hasNotifications() method in NotificationStackScrollLayoutController
H A DNotificationStackScrollLayout.java5227 !mController.hasNotifications(ROWS_GENTLE, false /* clearable */); in shouldHideParent()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSFragment.java378 public void setHasNotifications(boolean hasNotifications) { in setHasNotifications() argument