Searched refs:hasNotifications (Results 1 – 9 of 9) sorted by relevance
66 default void setHasNotifications(boolean hasNotifications) { in setHasNotifications() argument
146 assertTrue(mAlertingNotificationManager.hasNotifications()); in testShowNotification_addsEntry()
159 public boolean hasNotifications() { in hasNotifications() method in AlertingNotificationManager
396 return mPulsing && mHeadUpManager != null && mHeadUpManager.hasNotifications(); in hasPulsingNotifications()
207 var visible = mNotificationsVisibleForExpansion || mHeadsUpManager.hasNotifications() in updateNotificationVisibility()
335 if (mDozeScrimController.isPulsing() && mHeadsUpManagerPhone.hasNotifications()) { in extendPulse()
292 !mHeadsUpManager.hasNotifications()) { in maybeEndAmbientPulse()
1778 if (!isHeadsUp && !mHeadsUpManager.hasNotifications()) { in onHeadsUpStateChanged()
211 public void setHasNotifications(boolean hasNotifications) { in setHasNotifications() argument