Home
last modified time | relevance | path

Searched refs:getLastAudiblyAlertedMs (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DBuzzBeepBlinkTest.java487 assertEquals(-1, r.getLastAudiblyAlertedMs()); in testLights()
500 assertNotEquals(-1, r.getLastAudiblyAlertedMs()); in testBeep()
599 assertNotEquals(-1, r.getLastAudiblyAlertedMs()); in testBeepInsistently()
610 assertEquals(-1, r.getLastAudiblyAlertedMs()); in testNoLeanbackBeep()
665 assertEquals(-1, r.getLastAudiblyAlertedMs()); in testNoInterruptionForMin()
678 assertEquals(-1, r.getLastAudiblyAlertedMs()); in testNoInterruptionForIntercepted()
695 assertNotEquals(-1, r.getLastAudiblyAlertedMs()); in testBeepTwice()
724 assertNotEquals(-1, r.getLastAudiblyAlertedMs()); in testNoisyUpdateDoesNotCancelAudio()
738 assertNotEquals(-1, r.getLastAudiblyAlertedMs()); in testNoisyOnceUpdateDoesNotCancelAudio()
740 assertEquals(-1, s.getLastAudiblyAlertedMs()); in testNoisyOnceUpdateDoesNotCancelAudio()
[all …]
DNotificationRecordTest.java984 assertEquals(-1, record.getLastAudiblyAlertedMs()); in testSetDidNotAudiblyAlert()
996 assertNotEquals(-1, record.getLastAudiblyAlertedMs()); in testSetAudiblyAlerted()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationViewHierarchyManager.java502 row.setLastAudiblyAlertedMs(entry.getLastAudiblyAlertedMs()); in updateRowStatesInternal()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java311 public long getLastAudiblyAlertedMs() { in getLastAudiblyAlertedMs() method in NotificationEntry
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java1122 public long getLastAudiblyAlertedMs() { in getLastAudiblyAlertedMs() method in NotificationRecord
DNotificationManagerService.java9303 record.getLastAudiblyAlertedMs(),
/frameworks/base/services/
Dart-profile27175 HPLcom/android/server/notification/NotificationRecord;->getLastAudiblyAlertedMs()J