Searched refs:hasNotifications (Results 1 – 8 of 8) sorted by relevance
64 default void setHasNotifications(boolean hasNotifications) { in setHasNotifications() argument
150 assertTrue(mAlertingNotificationManager.hasNotifications()); in testShowNotification_addsEntry()
159 public boolean hasNotifications() { in hasNotifications() method in AlertingNotificationManager
207 var visible = mNotificationsVisibleForExpansion || mHeadsUpManager.hasNotifications() in updateNotificationVisibility()
335 if (mDozeScrimController.isPulsing() && mHeadsUpManagerPhone.hasNotifications()) { in extendPulse()
286 !mHeadsUpManager.hasNotifications()) { in maybeEndAmbientPulse()
1978 if (!isHeadsUp && !mHeadsUpManager.hasNotifications()) { in onHeadsUpStateChanged()
287 public void setHasNotifications(boolean hasNotifications) { in setHasNotifications() argument