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.java91 public long lastAudiblyAlertedMs; field in NotificationEntry
192 lastAudiblyAlertedMs = ranking.getLastAudiblyAlertedMillis(); in populateFromRanking()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationViewHierarchyManager.java439 row.setLastAudiblyAlertedMs(entry.lastAudiblyAlertedMs); in updateRowStatesInternal()
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java1788 int userSentiment, boolean hidden, long lastAudiblyAlertedMs, in populate() argument
1807 mLastAudiblyAlertedMs = lastAudiblyAlertedMs; in populate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java1711 public void setLastAudiblyAlertedMs(long lastAudiblyAlertedMs) {
1713 long timeSinceAlertedAudibly = System.currentTimeMillis() - lastAudiblyAlertedMs;