Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationRecordTest.java1006 assertTrue(record.isNewEnoughForAlerting(record.mUpdateTimeMs)); in testIsNewEnoughForAlerting_new()
1016 assertFalse(record.isNewEnoughForAlerting(record.mUpdateTimeMs + (1000 * 60 * 60))); in testIsNewEnoughForAlerting_old()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java868 public boolean isNewEnoughForAlerting(long now) { in isNewEnoughForAlerting() method in NotificationRecord
DNotificationManagerService.java8032 && record.isNewEnoughForAlerting(System.currentTimeMillis())) {
/frameworks/base/services/
Dart-profile27217 PLcom/android/server/notification/NotificationRecord;->isNewEnoughForAlerting(J)Z