Searched refs:mTableId (Results 1 – 3 of 3) sorted by relevance
29 private final int mTableId; field in SectionSettingsWithTableInfo35 mTableId = tableId; in SectionSettingsWithTableInfo()43 return mTableId; in getTableId()66 private int mTableId; field in SectionSettingsWithTableInfo.Builder78 mTableId = tableId; in setTableId()96 mMainType, mCrcEnabled, mIsRepeat, mIsRaw, mTableId, mVersion); in build()
28 private final int mTableId; field in SectionEvent35 mTableId = tableId; in SectionEvent()45 return mTableId; in getTableId()
37 private final int mTableId; field in PsipData.PsipSection58 mTableId = tableId; in PsipSection()65 return mTableId; in getTableId()86 result = 31 * result + mTableId; in hashCode()96 return mTableId == another.getTableId() in equals()