Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java1327 public void recordSnoozed() { in recordSnoozed() method in NotificationRecord
DNotificationManagerService.java8300 r.recordSnoozed();
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationRecordTest.java817 record.recordSnoozed(); in testNotificationStats()