Home
last modified time | relevance | path

Searched refs:setNotificationGroupWhen (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DGroupWhenCoordinatorTest.kt95 verify(groupController).setNotificationGroupWhen(eq(NOW - 10L)) in setNotificationGroupWhen_setClosestTimeByNow_whenAllNotificationsAreBeforeNow()
116 verify(groupController).setNotificationGroupWhen(eq(NOW + 10L)) in setNotificationGroupWhen_setClosestTimeByNow_whenAllNotificationsAreAfterNow()
139 verify(groupController).setNotificationGroupWhen(eq(NOW + 10L)) in setNotificationGroupWhen_setClosestFutureTimeByNow_whenThereAreBothBeforeAndAfterNow()
161 verify(groupController).setNotificationGroupWhen(eq(NOW + 100)) in setNotificationGroupWhen_filterInvalidNotificationTimes()
182 verify(groupController, never()).setNotificationGroupWhen(NOW) in setNotificationGroupWhen_setSummaryTimeWhenAllNotificationTimesAreInvalid()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
DNotifGroupController.kt25 fun setNotificationGroupWhen(whenMillis: Long) method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DGroupWhenCoordinator.kt81 notificationGroupTimes[group]?.let(controller::setNotificationGroupWhen) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowController.java425 public void setNotificationGroupWhen(long whenMillis) { in setNotificationGroupWhen() method in ExpandableNotificationRowController
427 mView.setNotificationGroupWhen(whenMillis); in setNotificationGroupWhen()
DExpandableNotificationRow.java871 public void setNotificationGroupWhen(long whenMillis) {
873 mChildrenContainer.setNotificationGroupWhen(whenMillis);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationChildrenContainer.java311 public void setNotificationGroupWhen(long whenMillis) { in setNotificationGroupWhen() method in NotificationChildrenContainer