Home
last modified time | relevance | path

Searched refs:eventLogRecords (Results 1 – 5 of 5) sorted by relevance

/packages/modules/OnDevicePersonalization/framework/java/android/adservices/ondevicepersonalization/
DWebTriggerOutputParcel.java90 @NonNull List<EventLogRecord> eventLogRecords) { in WebTriggerOutputParcel() argument
92 this.mEventLogRecords = eventLogRecords; in WebTriggerOutputParcel()
147 List<EventLogRecord> eventLogRecords = new java.util.ArrayList<>(); in WebTriggerOutputParcel() local
148 in.readParcelableList(eventLogRecords, EventLogRecord.class.getClassLoader()); in WebTriggerOutputParcel()
151 this.mEventLogRecords = eventLogRecords; in WebTriggerOutputParcel()
DExecuteOutputParcel.java118 @NonNull List<EventLogRecord> eventLogRecords, in ExecuteOutputParcel() argument
122 this.mEventLogRecords = eventLogRecords; in ExecuteOutputParcel()
205 List<EventLogRecord> eventLogRecords = new java.util.ArrayList<>(); in ExecuteOutputParcel() local
206 in.readParcelableList(eventLogRecords, EventLogRecord.class.getClassLoader()); in ExecuteOutputParcel()
211 this.mEventLogRecords = eventLogRecords; in ExecuteOutputParcel()
DWebTriggerOutput.java78 @NonNull List<EventLogRecord> eventLogRecords) { in WebTriggerOutput() argument
80 this.mEventLogRecords = eventLogRecords; in WebTriggerOutput()
DExecuteOutput.java97 @NonNull List<EventLogRecord> eventLogRecords, in ExecuteOutput() argument
101 this.mEventLogRecords = eventLogRecords; in ExecuteOutput()
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/util/
DLogUtils.java52 @NonNull List<EventLogRecord> eventLogRecords) { in writeLogRecords() argument
85 for (EventLogRecord eventLogRecord : eventLogRecords) { in writeLogRecords()