Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecordLoggerImpl.java35 public void logNotificationPosted(NotificationReported nr) { in logNotificationPosted() method in NotificationRecordLoggerImpl
H A DNotificationRecordLogger.java87 void logNotificationPosted(NotificationReported nr); in logNotificationPosted() method
H A DNotificationManagerService.java10985 mNotificationRecordLogger.logNotificationPosted(report);
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationRecordLoggerFake.java108 public void logNotificationPosted(NotificationReported nr) { in logNotificationPosted() method in NotificationRecordLoggerFake