Home
last modified time | relevance | path

Searched refs:mRowIndex (Results 1 – 3 of 3) sorted by relevance

/packages/modules/OnDevicePersonalization/framework/java/android/adservices/ondevicepersonalization/
DEventLogRecord.java52 private @IntRange(from = 0) int mRowIndex = 0; field in EventLogRecord
125 this.mRowIndex = rowIndex; in EventLogRecord()
127 IntRange.class, null, mRowIndex, in EventLogRecord()
147 return mRowIndex; in getRowIndex()
208 && mRowIndex == that.mRowIndex in equals()
222 _hash = 31 * _hash + mRowIndex; in hashCode()
240 dest.writeInt(mRowIndex); in writeToParcel()
265 this.mRowIndex = rowIndex; in EventLogRecord()
267 IntRange.class, null, mRowIndex, in EventLogRecord()
302 private @IntRange(from = 0) int mRowIndex; field in EventLogRecord.Builder
[all …]
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/data/events/
DEvent.java44 private final int mRowIndex; field in Event
91 this.mRowIndex = rowIndex; in Event()
123 return mRowIndex; in getRowIndex()
173 && mRowIndex == that.mRowIndex in equals()
189 _hash = 31 * _hash + mRowIndex; in hashCode()
206 private int mRowIndex; field in Event.Builder
245 mRowIndex = rowIndex; in Builder()
283 mRowIndex = value; in setRowIndex()
339 mRowIndex, in build()
DJoinedEvent.java42 private final int mRowIndex; field in JoinedEvent
98 this.mRowIndex = rowIndex; in JoinedEvent()
132 return mRowIndex; in getRowIndex()
198 && mRowIndex == that.mRowIndex in equals()
216 _hash = 31 * _hash + mRowIndex; in hashCode()
235 private int mRowIndex; field in JoinedEvent.Builder
282 mRowIndex = rowIndex; in Builder()
322 mRowIndex = value; in setRowIndex()
400 mRowIndex, in build()