Searched refs:NotificationReported (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationRecordLoggerFake.java | 71 private final Map<NotificationReported, CallRecord> mPendingLogs = new HashMap<>(); 81 List<NotificationReported> getPendingLogs() { in getPendingLogs() 94 public NotificationReported prepareToLogNotificationPosted(@Nullable NotificationRecord r, in prepareToLogNotificationPosted() 96 NotificationReported nr = NotificationRecordLogger.super.prepareToLogNotificationPosted(r, in prepareToLogNotificationPosted() 108 public void logNotificationPosted(NotificationReported nr) { in logNotificationPosted()
|
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationRecordLoggerImpl.java | 35 public void logNotificationPosted(NotificationReported nr) { in logNotificationPosted() 45 new NotificationReported(p, NotificationReportedEvent.NOTIFICATION_ADJUSTED, in logNotificationAdjusted() 50 NotificationReported notificationReported) { in writeNotificationReportedAtom()
|
H A D | NotificationRecordLogger.java | 72 default NotificationReported prepareToLogNotificationPosted(@Nullable NotificationRecord r, in prepareToLogNotificationPosted() 80 return new NotificationReported(p, NotificationReportedEvent.fromRecordPair(p), position, in prepareToLogNotificationPosted() 87 void logNotificationPosted(NotificationReported nr); in logNotificationPosted() 473 class NotificationReported { class 504 NotificationReported(NotificationRecordPair p, in NotificationReported() method in NotificationRecordLogger.NotificationReported
|
H A D | NotificationManagerService.java | 8011 NotificationRecordLogger.NotificationReported maybeReport = 10975 @Nullable NotificationRecordLogger.NotificationReported report) {
|