Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DGroupWhenCoordinatorTest.kt95 verify(groupController).setNotificationGroupWhen(eq(NOW - 10L))
116 verify(groupController).setNotificationGroupWhen(eq(NOW + 10L))
139 verify(groupController).setNotificationGroupWhen(eq(NOW + 10L))
161 verify(groupController).setNotificationGroupWhen(eq(NOW + 100))
182 verify(groupController, never()).setNotificationGroupWhen(NOW)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
H A DNotifGroupController.kt25 fun setNotificationGroupWhen(whenMillis: Long) regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DGroupWhenCoordinator.kt81 notificationGroupTimes[group]?.let(controller::setNotificationGroupWhen)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowController.java424 public void setNotificationGroupWhen(long whenMillis) { in setNotificationGroupWhen() method in ExpandableNotificationRowController
426 mView.setNotificationGroupWhen(whenMillis); in setNotificationGroupWhen()
H A DExpandableNotificationRow.java834 public void setNotificationGroupWhen(long whenMillis) {
836 mChildrenContainer.setNotificationGroupWhen(whenMillis);
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationChildrenContainer.java306 public void setNotificationGroupWhen(long whenMillis) { in setNotificationGroupWhen() method in NotificationChildrenContainer