Searched refs:lastAudiblyAlertedMs (Results 1 – 4 of 4) sorted by relevance
91 public long lastAudiblyAlertedMs; field in NotificationEntry192 lastAudiblyAlertedMs = ranking.getLastAudiblyAlertedMillis(); in populateFromRanking()
439 row.setLastAudiblyAlertedMs(entry.lastAudiblyAlertedMs); in updateRowStatesInternal()
1788 int userSentiment, boolean hidden, long lastAudiblyAlertedMs, in populate() argument1807 mLastAudiblyAlertedMs = lastAudiblyAlertedMs; in populate()
1711 public void setLastAudiblyAlertedMs(long lastAudiblyAlertedMs) {1713 long timeSinceAlertedAudibly = System.currentTimeMillis() - lastAudiblyAlertedMs;