Searched refs:setLastAudiblyAlertedMs (Results 1 – 6 of 6) sorted by relevance
138 .setLastAudiblyAlertedMs(now - 10000) in setUp()147 .setLastAudiblyAlertedMs(now - 10000) in setUp()198 .setLastAudiblyAlertedMs(now - 40000) in testFilterAlertedButNotRecentNotifs()254 .setLastAudiblyAlertedMs(clock.currentTimeMillis() - 500) in testExceptionIsUpdated()286 .setLastAudiblyAlertedMs(now - 1000) in testReplacementIsCanceled()
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
502 row.setLastAudiblyAlertedMs(entry.getLastAudiblyAlertedMs()); in updateRowStatesInternal()
1651 public void setLastAudiblyAlertedMs(long lastAudiblyAlertedMs) {