Home
last modified time | relevance | path

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

/aosp12/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/timezone/location/storage/s2/
H A DS2LevelRange.java124 long s2CellIdNumeric = S2CellOrdering.asUnsignedNumeric(s2CellId); in contains() local
126 return s2CellIdNumeric >= mStartCellIdNumeric && s2CellIdNumeric < mEndCellIdNumeric; in contains()
128 return s2CellIdNumeric >= mStartCellIdNumeric || s2CellIdNumeric < mEndCellIdNumeric; in contains()