Searched refs:setNotificationGroupWhen (Results 1 – 6 of 6) sorted by relevance
95 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()
25 fun setNotificationGroupWhen(whenMillis: Long) method
81 notificationGroupTimes[group]?.let(controller::setNotificationGroupWhen) in <lambda>()
425 public void setNotificationGroupWhen(long whenMillis) { in setNotificationGroupWhen() method in ExpandableNotificationRowController427 mView.setNotificationGroupWhen(whenMillis); in setNotificationGroupWhen()
871 public void setNotificationGroupWhen(long whenMillis) {873 mChildrenContainer.setNotificationGroupWhen(whenMillis);
311 public void setNotificationGroupWhen(long whenMillis) { in setNotificationGroupWhen() method in NotificationChildrenContainer