Searched refs:lastAudiblyAlertedMs (Results 1 – 4 of 4) sorted by relevance
92 public long lastAudiblyAlertedMs; field in NotificationEntry194 lastAudiblyAlertedMs = ranking.getLastAudiblyAlertedMillis(); in populateFromRanking()
436 row.setLastAudiblyAlertedMs(entry.lastAudiblyAlertedMs); in updateRowStatesInternal()
1780 int userSentiment, boolean hidden, long lastAudiblyAlertedMs, in populate() argument1798 mLastAudiblyAlertedMs = lastAudiblyAlertedMs; in populate()
1718 public void setLastAudiblyAlertedMs(long lastAudiblyAlertedMs) {1720 long timeSinceAlertedAudibly = System.currentTimeMillis() - lastAudiblyAlertedMs;