Searched refs:mRowIndex (Results 1 – 3 of 3) sorted by relevance
52 private @IntRange(from = 0) int mRowIndex = 0; field in EventLogRecord125 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 …]
44 private final int mRowIndex; field in Event91 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.Builder245 mRowIndex = rowIndex; in Builder()283 mRowIndex = value; in setRowIndex()339 mRowIndex, in build()
42 private final int mRowIndex; field in JoinedEvent98 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.Builder282 mRowIndex = rowIndex; in Builder()322 mRowIndex = value; in setRowIndex()400 mRowIndex, in build()