Home
last modified time | relevance | path

Searched refs:lastAudiblyAlertedMs (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java92 public long lastAudiblyAlertedMs; field in NotificationEntry
194 lastAudiblyAlertedMs = ranking.getLastAudiblyAlertedMillis(); in populateFromRanking()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationViewHierarchyManager.java436 row.setLastAudiblyAlertedMs(entry.lastAudiblyAlertedMs); in updateRowStatesInternal()
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java1780 int userSentiment, boolean hidden, long lastAudiblyAlertedMs, in populate() argument
1798 mLastAudiblyAlertedMs = lastAudiblyAlertedMs; in populate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java1718 public void setLastAudiblyAlertedMs(long lastAudiblyAlertedMs) {
1720 long timeSinceAlertedAudibly = System.currentTimeMillis() - lastAudiblyAlertedMs;