Home
last modified time | relevance | path

Searched refs:isNewEnoughForAlerting (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationRecordTest.java944 assertTrue(record.isNewEnoughForAlerting(record.mUpdateTimeMs)); in testIsNewEnoughForAlerting_new()
954 assertFalse(record.isNewEnoughForAlerting(record.mUpdateTimeMs + (1000 * 60 * 60))); in testIsNewEnoughForAlerting_old()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java814 public boolean isNewEnoughForAlerting(long now) { in isNewEnoughForAlerting() method in NotificationRecord
DNotificationManagerService.java6400 && record.isNewEnoughForAlerting(System.currentTimeMillis())) {