Searched defs:mEventLogRecords (Results 1 – 4 of 4) sorted by relevance
/packages/modules/OnDevicePersonalization/framework/java/android/adservices/ondevicepersonalization/ | ||
D | WebTriggerOutput.java | 58 @NonNull private List<EventLogRecord> mEventLogRecords = Collections.emptyList(); field in WebTriggerOutput |
D | ExecuteOutput.java | 64 @NonNull private List<EventLogRecord> mEventLogRecords = Collections.emptyList(); field in ExecuteOutput |
D | WebTriggerOutputParcel.java | 51 @NonNull private List<EventLogRecord> mEventLogRecords = Collections.emptyList(); field in WebTriggerOutputParcel |
D | ExecuteOutputParcel.java | 57 @NonNull private List<EventLogRecord> mEventLogRecords = Collections.emptyList(); field in ExecuteOutputParcel |