Home
last modified time | relevance | path

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

/packages/services/Telephony/utils/satellite/tools/src/main/java/com/android/telephony/tools/sats2/
DSatS2FileCreator.java199 S2CellId currentS2CellId = sortedS2CellIds.get(i); in createSatS2Ranges() local
200 checkCellIdIsAtLevel(currentS2CellId, s2Level); in createSatS2Ranges()
202 SatS2Range currentRange = createS2Range(currentS2CellId, s2Level); in createSatS2Ranges()
/packages/modules/GeoTZ/data_pipeline/src/main/java/com/android/timezone/location/data_pipeline/steps/
DTzS2CellUnionsToTzS2Ranges.java188 S2CellId currentS2CellId = cellIds.get(i); in createTzS2Ranges() local
189 checkCellIdIsAtLevel(currentS2CellId, s2Level); in createTzS2Ranges()
192 createRangeStartAndEnd(currentS2CellId, s2Level); in createTzS2Ranges()