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.java66 default void setHasNotifications(boolean hasNotifications) { in setHasNotifications() argument
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DAlertingNotificationManagerTest.java143 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/stack/
DAmbientState.java395 return mPulsing && mHeadUpManager != null && mHeadUpManager.hasNotifications(); in hasPulsingNotifications()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationWakeUpCoordinator.kt205 var visible = mNotificationsVisibleForExpansion || mHeadsUpManagerPhone.hasNotifications() in updateNotificationVisibility()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSFragment.java182 public void setHasNotifications(boolean hasNotifications) { in setHasNotifications() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenter.java298 !mHeadsUpManager.hasNotifications()) { in maybeEndAmbientPulse()
DStatusBar.java1650 if (!isHeadsUp && !mHeadsUpManager.hasNotifications()) { in onHeadsUpStateChanged()
4187 if (mDozeScrimController.isPulsing() && mHeadsUpManager.hasNotifications()) { in extendPulse()