Home
last modified time | relevance | path

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

/packages/services/Telephony/utils/satellite/tools/src/main/java/com/android/telephony/tools/sats2/
DSatS2FileCreator.java107 S2CellId prevCell = sortedS2CellIds.get(0).prev(); in create() local
108 if (!sortedS2CellIds.contains(prevCell) in create()
109 && satS2RangeFileReader.findEntryByCellId(prevCell.id()) != null) { in create()
110 throw new IllegalStateException("The cell " + prevCell + ", which is right " in create()
114 System.out.println("prevCell=" + prevCell + " is in the sortedS2CellIds"); in create()