Home
last modified time | relevance | path

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

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