Home
last modified time | relevance | path

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

/packages/services/Telephony/utils/satellite/tools/src/main/java/com/android/telephony/tools/sats2/
DSatS2FileCreator.java119 S2CellId nextCell = sortedS2CellIds.get(sortedS2CellIds.size() - 1).next(); in create() local
120 if (!sortedS2CellIds.contains(nextCell) in create()
121 && satS2RangeFileReader.findEntryByCellId(nextCell.id()) != null) { in create()
122 throw new IllegalStateException("The cell " + nextCell + ", which is right " in create()
126 System.out.println("nextCell=" + nextCell + " is in the sortedS2CellIds"); in create()