Searched refs:getLastAudiblyAlertedMs (Results 1 – 7 of 7) sorted by relevance
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | BuzzBeepBlinkTest.java | 496 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 D | NotificationRecordTest.java | 984 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 D | NotificationViewHierarchyManager.java | 516 row.setLastAudiblyAlertedMs(entry.getLastAudiblyAlertedMs()); in updateRowStatesInternal()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
H A D | NotificationEntry.java | 311 public long getLastAudiblyAlertedMs() { in getLastAudiblyAlertedMs() method in NotificationEntry
|
/aosp12/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationRecord.java | 1151 public long getLastAudiblyAlertedMs() { in getLastAudiblyAlertedMs() method in NotificationRecord
|
H A D | NotificationManagerService.java | 9335 record.getLastAudiblyAlertedMs(),
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 27175 HPLcom/android/server/notification/NotificationRecord;->getLastAudiblyAlertedMs()J
|