Searched refs:getLastAudiblyAlertedMs (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | BuzzBeepBlinkTest.java | 461 assertEquals(-1, r.getLastAudiblyAlertedMs()); in testLights() 474 assertNotEquals(-1, r.getLastAudiblyAlertedMs()); in testBeep() 485 assertNotEquals(-1, r.getLastAudiblyAlertedMs()); in testBeepInsistently() 496 assertEquals(-1, r.getLastAudiblyAlertedMs()); in testNoLeanbackBeep() 551 assertEquals(-1, r.getLastAudiblyAlertedMs()); in testNoInterruptionForMin() 564 assertEquals(-1, r.getLastAudiblyAlertedMs()); in testNoInterruptionForIntercepted() 581 assertNotEquals(-1, r.getLastAudiblyAlertedMs()); in testBeepTwice() 610 assertNotEquals(-1, r.getLastAudiblyAlertedMs()); in testNoisyUpdateDoesNotCancelAudio() 624 assertNotEquals(-1, r.getLastAudiblyAlertedMs()); in testNoisyOnceUpdateDoesNotCancelAudio() 626 assertEquals(-1, s.getLastAudiblyAlertedMs()); in testNoisyOnceUpdateDoesNotCancelAudio() [all …]
|
D | NotificationRecordTest.java | 944 assertEquals(-1, record.getLastAudiblyAlertedMs()); in testSetDidNotAudiblyAlert() 956 assertNotEquals(-1, record.getLastAudiblyAlertedMs()); in testSetAudiblyAlerted()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationViewHierarchyManager.java | 490 row.setLastAudiblyAlertedMs(entry.getLastAudiblyAlertedMs()); in updateRowStatesInternal()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
D | NotificationEntry.java | 320 public long getLastAudiblyAlertedMs() { in getLastAudiblyAlertedMs() method in NotificationEntry
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationRecord.java | 1105 public long getLastAudiblyAlertedMs() { in getLastAudiblyAlertedMs() method in NotificationRecord
|
D | NotificationManagerService.java | 8531 record.getLastAudiblyAlertedMs(),
|
/frameworks/base/services/ |
D | art-profile | 21896 HSPLcom/android/server/notification/NotificationRecord;->getLastAudiblyAlertedMs()J
|