Searched refs:setNotificationGroupWhen (Results 1 – 6 of 6) sorted by relevance
95 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)
25 fun setNotificationGroupWhen(whenMillis: Long) regex
81 notificationGroupTimes[group]?.let(controller::setNotificationGroupWhen)
424 public void setNotificationGroupWhen(long whenMillis) { in setNotificationGroupWhen() method in ExpandableNotificationRowController426 mView.setNotificationGroupWhen(whenMillis); in setNotificationGroupWhen()
834 public void setNotificationGroupWhen(long whenMillis) {836 mChildrenContainer.setNotificationGroupWhen(whenMillis);
306 public void setNotificationGroupWhen(long whenMillis) { in setNotificationGroupWhen() method in NotificationChildrenContainer