Searched refs:isNewEnoughForAlerting (Results 1 – 4 of 4) sorted by relevance
1006 assertTrue(record.isNewEnoughForAlerting(record.mUpdateTimeMs)); in testIsNewEnoughForAlerting_new()1016 assertFalse(record.isNewEnoughForAlerting(record.mUpdateTimeMs + (1000 * 60 * 60))); in testIsNewEnoughForAlerting_old()
868 public boolean isNewEnoughForAlerting(long now) { in isNewEnoughForAlerting() method in NotificationRecord
8032 && record.isNewEnoughForAlerting(System.currentTimeMillis())) {
27217 PLcom/android/server/notification/NotificationRecord;->isNewEnoughForAlerting(J)Z