Home
last modified time | relevance | path

Searched refs:lastAudiblyAlerted (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DRowAlertTimeCoordinator.kt52 val lastAudiblyAlerted = latestAlertTimeBySummary[entry] ?: entry.lastAudiblyAlertedMs in <lambda>() constant
53 controller.setLastAudibleMs(lastAudiblyAlerted) in <lambda>()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationListenerServiceTest.java162 assertEquals(lastAudiblyAlerted(i), ranking.getLastAudiblyAlertedMillis()); in testRanking()
239 lastAudiblyAlerted(i), in generateUpdate()
306 private long lastAudiblyAlerted(int index) { in lastAudiblyAlerted() method in NotificationListenerServiceTest
/frameworks/base/core/tests/coretests/src/android/service/notification/
DNotificationRankingUpdateTest.java116 lastAudiblyAlerted(i), in generateUpdate()
215 public static long lastAudiblyAlerted(int index) { in lastAudiblyAlerted() method in NotificationRankingUpdateTest