Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java1272 public void recordSnoozed() { in recordSnoozed() method in NotificationRecord
H A DNotificationManagerService.java7593 r.recordSnoozed();
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationRecordTest.java682 record.recordSnoozed(); in testNotificationStats()