Searched refs:lastAudiblyAlerted (Results 1 – 3 of 3) sorted by relevance
52 val lastAudiblyAlerted = latestAlertTimeBySummary[entry] ?: entry.lastAudiblyAlertedMs in <lambda>() constant53 controller.setLastAudibleMs(lastAudiblyAlerted) in <lambda>()
162 assertEquals(lastAudiblyAlerted(i), ranking.getLastAudiblyAlertedMillis()); in testRanking()239 lastAudiblyAlerted(i), in generateUpdate()306 private long lastAudiblyAlerted(int index) { in lastAudiblyAlerted() method in NotificationListenerServiceTest
116 lastAudiblyAlerted(i), in generateUpdate()215 public static long lastAudiblyAlerted(int index) { in lastAudiblyAlerted() method in NotificationRankingUpdateTest