Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
DQS.java64 default void setHasNotifications(boolean hasNotifications) { in setHasNotifications() argument
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DAlertingNotificationManagerTest.java150 assertTrue(mAlertingNotificationManager.hasNotifications()); in testShowNotification_addsEntry()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DAlertingNotificationManager.java159 public boolean hasNotifications() { in hasNotifications() method in AlertingNotificationManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationWakeUpCoordinator.kt207 var visible = mNotificationsVisibleForExpansion || mHeadsUpManager.hasNotifications() in updateNotificationVisibility()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DDozeServiceHost.java335 if (mDozeScrimController.isPulsing() && mHeadsUpManagerPhone.hasNotifications()) { in extendPulse()
DStatusBarNotificationPresenter.java286 !mHeadsUpManager.hasNotifications()) { in maybeEndAmbientPulse()
DStatusBar.java1978 if (!isHeadsUp && !mHeadsUpManager.hasNotifications()) { in onHeadsUpStateChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSFragment.java287 public void setHasNotifications(boolean hasNotifications) { in setHasNotifications() argument