Searched refs:setLastAudiblyAlertedMs (Results 1 – 6 of 6) sorted by relevance
138 .setLastAudiblyAlertedMs(now - 10000)147 .setLastAudiblyAlertedMs(now - 10000)198 .setLastAudiblyAlertedMs(now - 40000)254 .setLastAudiblyAlertedMs(clock.currentTimeMillis() - 500)286 .setLastAudiblyAlertedMs(now - 1000)
270 public NotificationEntryBuilder setLastAudiblyAlertedMs(long lastAudiblyAlertedMs) { in setLastAudiblyAlertedMs() method in NotificationEntryBuilder271 mRankingBuilder.setLastAudiblyAlertedMs(lastAudiblyAlertedMs); in setLastAudiblyAlertedMs()
304 .setLastAudiblyAlertedMs(4747) in testRankingsAreUpdated()308 .setLastAudiblyAlertedMs(3333) in testRankingsAreUpdated()
177 public RankingBuilder setLastAudiblyAlertedMs(long lastAudiblyAlertedMs) { in setLastAudiblyAlertedMs() method in RankingBuilder
516 row.setLastAudiblyAlertedMs(entry.getLastAudiblyAlertedMs()); in updateRowStatesInternal()
1667 public void setLastAudiblyAlertedMs(long lastAudiblyAlertedMs) {