Searched refs:isNewEnoughForAlerting (Results 1 – 3 of 3) sorted by relevance
1229 assertTrue(record.isNewEnoughForAlerting(record.mUpdateTimeMs)); in testIsNewEnoughForAlerting_new()1239 assertFalse(record.isNewEnoughForAlerting(record.mUpdateTimeMs + (1000 * 60 * 60))); in testIsNewEnoughForAlerting_old()
980 public boolean isNewEnoughForAlerting(long now) { in isNewEnoughForAlerting() method in NotificationRecord
9377 && record.isNewEnoughForAlerting(System.currentTimeMillis())) {