Searched refs:hasNotifications (Results 1 – 8 of 8) sorted by relevance
66 default void setHasNotifications(boolean hasNotifications) { in setHasNotifications() argument
143 assertTrue(mAlertingNotificationManager.hasNotifications()); in testShowNotification_addsEntry()
159 public boolean hasNotifications() { in hasNotifications() method in AlertingNotificationManager
395 return mPulsing && mHeadUpManager != null && mHeadUpManager.hasNotifications(); in hasPulsingNotifications()
205 var visible = mNotificationsVisibleForExpansion || mHeadsUpManagerPhone.hasNotifications() in updateNotificationVisibility()
182 public void setHasNotifications(boolean hasNotifications) { in setHasNotifications() argument
298 !mHeadsUpManager.hasNotifications()) { in maybeEndAmbientPulse()
1650 if (!isHeadsUp && !mHeadsUpManager.hasNotifications()) { in onHeadsUpStateChanged()4187 if (mDozeScrimController.isPulsing() && mHeadsUpManager.hasNotifications()) { in extendPulse()