Home
last modified time | relevance | path

Searched refs:fromRecordPair (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationRecordLoggerFake.java51 event = wasLogged ? NotificationReportedEvent.fromRecordPair(this) : null; in CallRecord()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecordLogger.java80 return new NotificationReported(p, NotificationReportedEvent.fromRecordPair(p), position, in prepareToLogNotificationPosted()
153 public static NotificationReportedEvent fromRecordPair(NotificationRecordPair p) { in fromRecordPair() method in NotificationRecordLogger.NotificationReportedEvent