Home
last modified time | relevance | path

Searched refs:setLastAudiblyAlertedMs (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DSmartspaceDedupingCoordinatorTest.kt138 .setLastAudiblyAlertedMs(now - 10000) in setUp()
147 .setLastAudiblyAlertedMs(now - 10000) in setUp()
198 .setLastAudiblyAlertedMs(now - 40000) in testFilterAlertedButNotRecentNotifs()
254 .setLastAudiblyAlertedMs(clock.currentTimeMillis() - 500) in testExceptionIsUpdated()
286 .setLastAudiblyAlertedMs(now - 1000) in testReplacementIsCanceled()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntryBuilder.java270 public NotificationEntryBuilder setLastAudiblyAlertedMs(long lastAudiblyAlertedMs) { in setLastAudiblyAlertedMs() method in NotificationEntryBuilder
271 mRankingBuilder.setLastAudiblyAlertedMs(lastAudiblyAlertedMs); in setLastAudiblyAlertedMs()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coalescer/
DGroupCoalescerTest.java304 .setLastAudiblyAlertedMs(4747) in testRankingsAreUpdated()
308 .setLastAudiblyAlertedMs(3333) in testRankingsAreUpdated()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DRankingBuilder.java177 public RankingBuilder setLastAudiblyAlertedMs(long lastAudiblyAlertedMs) { in setLastAudiblyAlertedMs() method in RankingBuilder
/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/row/
DExpandableNotificationRow.java1651 public void setLastAudiblyAlertedMs(long lastAudiblyAlertedMs) {