Searched refs:NotificationReported (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
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()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
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()
|
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
|
D | NotificationManagerService.java | 8771 NotificationRecordLogger.NotificationReported maybeReport = 11332 @Nullable NotificationRecordLogger.NotificationReported report) {
|
/frameworks/proto_logging/stats/enums/stats/sysui/ |
D | notification_enums.proto | 21 // Enum used in NotificationReported and NotificationChannelModified atoms
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 477 NotificationReported notification_reported = 244 [(module) = "framework"]; 6150 message NotificationReported { message 6206 // Will be 0 for NotificationReported protos that do not correspond to a notify() call.
|
/frameworks/base/services/ |
D | art-wear-profile | 15851 …tificationTracker;Lcom/android/server/notification/NotificationRecordLogger$NotificationReported;)V 16052 …tificationTracker;Lcom/android/server/notification/NotificationRecordLogger$NotificationReported;)V 16090 …tificationTracker;Lcom/android/server/notification/NotificationRecordLogger$NotificationReported;)V 16179 …tificationTracker;Lcom/android/server/notification/NotificationRecordLogger$NotificationReported;)V 16190 …tificationTracker;Lcom/android/server/notification/NotificationRecordLogger$NotificationReported;)V 16333 HPLcom/android/server/notification/NotificationRecordLogger$NotificationReported;-><init>(Lcom/andr… 16344 …logging/InstanceId;)Lcom/android/server/notification/NotificationRecordLogger$NotificationReported; 16346 …otificationPosted(Lcom/android/server/notification/NotificationRecordLogger$NotificationReported;)V 16347 …ationReportedAtom(Lcom/android/server/notification/NotificationRecordLogger$NotificationReported;)V
|
D | art-profile | 2089 HSPLcom/android/server/notification/NotificationRecordLogger$NotificationReported;-><init>(Lcom/and…
|