Home
last modified time | relevance | path

Searched defs:lastAudiblyAlertedMs (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DRankingBuilder.java177 public RankingBuilder setLastAudiblyAlertedMs(long lastAudiblyAlertedMs) { in setLastAudiblyAlertedMs()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntryBuilder.java270 public NotificationEntryBuilder setLastAudiblyAlertedMs(long lastAudiblyAlertedMs) { in setLastAudiblyAlertedMs()
/aosp12/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java2033 int userSentiment, boolean hidden, long lastAudiblyAlertedMs, in populate()