Searched refs:eventLogRecords (Results 1 – 5 of 5) sorted by relevance
90 @NonNull List<EventLogRecord> eventLogRecords) { in WebTriggerOutputParcel() argument92 this.mEventLogRecords = eventLogRecords; in WebTriggerOutputParcel()147 List<EventLogRecord> eventLogRecords = new java.util.ArrayList<>(); in WebTriggerOutputParcel() local148 in.readParcelableList(eventLogRecords, EventLogRecord.class.getClassLoader()); in WebTriggerOutputParcel()151 this.mEventLogRecords = eventLogRecords; in WebTriggerOutputParcel()
118 @NonNull List<EventLogRecord> eventLogRecords, in ExecuteOutputParcel() argument122 this.mEventLogRecords = eventLogRecords; in ExecuteOutputParcel()205 List<EventLogRecord> eventLogRecords = new java.util.ArrayList<>(); in ExecuteOutputParcel() local206 in.readParcelableList(eventLogRecords, EventLogRecord.class.getClassLoader()); in ExecuteOutputParcel()211 this.mEventLogRecords = eventLogRecords; in ExecuteOutputParcel()
78 @NonNull List<EventLogRecord> eventLogRecords) { in WebTriggerOutput() argument80 this.mEventLogRecords = eventLogRecords; in WebTriggerOutput()
97 @NonNull List<EventLogRecord> eventLogRecords, in ExecuteOutput() argument101 this.mEventLogRecords = eventLogRecords; in ExecuteOutput()
52 @NonNull List<EventLogRecord> eventLogRecords) { in writeLogRecords() argument85 for (EventLogRecord eventLogRecord : eventLogRecords) { in writeLogRecords()