Searched refs:getLastAudiblyAlertedMs (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | BuzzBeepBlinkTest.java | 487 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 …]
|
D | NotificationRecordTest.java | 984 assertEquals(-1, record.getLastAudiblyAlertedMs()); in testSetDidNotAudiblyAlert() 996 assertNotEquals(-1, record.getLastAudiblyAlertedMs()); in testSetAudiblyAlerted()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationViewHierarchyManager.java | 502 row.setLastAudiblyAlertedMs(entry.getLastAudiblyAlertedMs()); in updateRowStatesInternal()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
D | NotificationEntry.java | 311 public long getLastAudiblyAlertedMs() { in getLastAudiblyAlertedMs() method in NotificationEntry
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationRecord.java | 1122 public long getLastAudiblyAlertedMs() { in getLastAudiblyAlertedMs() method in NotificationRecord
|
D | NotificationManagerService.java | 9303 record.getLastAudiblyAlertedMs(),
|
/frameworks/base/services/ |
D | art-profile | 27175 HPLcom/android/server/notification/NotificationRecord;->getLastAudiblyAlertedMs()J
|