Home
last modified time | relevance | path

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

/aosp12/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/timezone/location/storage/s2/
H A DS2LevelRange.java36 long diff = o2.mStartCellIdNumeric - o1.mStartCellIdNumeric;
54 protected final long mStartCellIdNumeric; field in S2LevelRange
93 mStartCellIdNumeric = startCellIdNumeric; in S2LevelRange()
125 if (mStartCellIdNumeric < mEndCellIdNumeric) { in contains()
139 return this.mStartCellIdNumeric < other.mStartCellIdNumeric; in startsBefore()
150 if (this.mStartCellIdNumeric < this.mEndCellIdNumeric) { in overlaps()
152 if (other.mStartCellIdNumeric < other.mEndCellIdNumeric) { in overlaps()
154 return other.mStartCellIdNumeric < this.mEndCellIdNumeric in overlaps()
158 return other.mStartCellIdNumeric < this.mEndCellIdNumeric in overlaps()
163 if (other.mStartCellIdNumeric < other.mEndCellIdNumeric) { in overlaps()
[all …]
/aosp12/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/timezone/location/storage/tzs2range/
H A DSuffixTableRange.java39 if (mStartCellIdNumeric > mEndCellIdNumeric in SuffixTableRange()
H A DTzS2Range.java42 if (mStartCellIdNumeric > mEndCellIdNumeric in TzS2Range()