Home
last modified time | relevance | path

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

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