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