Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DBuzzBeepBlinkTest.java496 assertEquals(-1, r.getLastAudiblyAlertedMs()); in testLights()
619 assertEquals(-1, r.getLastAudiblyAlertedMs()); in testNoLeanbackBeep()
674 assertEquals(-1, r.getLastAudiblyAlertedMs()); in testNoInterruptionForMin()
687 assertEquals(-1, r.getLastAudiblyAlertedMs()); in testNoInterruptionForIntercepted()
749 assertEquals(-1, s.getLastAudiblyAlertedMs()); in testNoisyOnceUpdateDoesNotCancelAudio()
819 assertEquals(-1, s.getLastAudiblyAlertedMs()); in testQuietUpdateCancelsAudio()
838 assertEquals(-1, s.getLastAudiblyAlertedMs()); in testQuietOnceUpdateCancelsAudio()
976 assertEquals(-1, r.getLastAudiblyAlertedMs()); in testPostSilently()
1075 assertEquals(-1, s.getLastAudiblyAlertedMs()); in testHonorAlertOnlyOnceForBuzz()
1104 assertEquals(-1, s.getLastAudiblyAlertedMs()); in testNoisyOnceUpdateDoesNotCancelVibrate()
[all …]
H A DNotificationRecordTest.java984 assertEquals(-1, record.getLastAudiblyAlertedMs()); in testSetDidNotAudiblyAlert()
996 assertNotEquals(-1, record.getLastAudiblyAlertedMs()); in testSetAudiblyAlerted()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationViewHierarchyManager.java516 row.setLastAudiblyAlertedMs(entry.getLastAudiblyAlertedMs()); in updateRowStatesInternal()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntry.java311 public long getLastAudiblyAlertedMs() { in getLastAudiblyAlertedMs() method in NotificationEntry
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java1151 public long getLastAudiblyAlertedMs() { in getLastAudiblyAlertedMs() method in NotificationRecord
H A DNotificationManagerService.java9335 record.getLastAudiblyAlertedMs(),
/aosp12/frameworks/base/services/
H A Dart-profile27175 HPLcom/android/server/notification/NotificationRecord;->getLastAudiblyAlertedMs()J