Searched refs:hasNotifications (Results 1 – 9 of 9) sorted by relevance
94 default void setHasNotifications(boolean hasNotifications) { in setHasNotifications() argument
340 if (mDozeScrimController.isPulsing() && mHeadsUpManagerPhone.hasNotifications()) { in extendPulse()496 if (!isHeadsUp && !mHeadsUpManagerPhone.hasNotifications()) {
193 && !mHeadsUpManager.hasNotifications()) { in maybeEndAmbientPulse()
149 public boolean hasNotifications() { in hasNotifications() method in AlertingNotificationManager
189 assertTrue(alm.hasNotifications()); in testShowNotification_addsEntry()
247 var visible = mNotificationsVisibleForExpansion || mHeadsUpManager.hasNotifications()
1364 return hasNotifications(selection, true /* clearable */); in hasActiveClearableNotifications()1367 public boolean hasNotifications(@SelectedRows int selection, boolean isClearable) { in hasNotifications() method in NotificationStackScrollLayoutController
5227 !mController.hasNotifications(ROWS_GENTLE, false /* clearable */); in shouldHideParent()
378 public void setHasNotifications(boolean hasNotifications) { in setHasNotifications() argument