Searched refs:satS2RangeFileReader (Results 1 – 6 of 6) sorted by relevance
131 SatS2RangeFileReader satS2RangeFileReader = in testCreateSatS2FileWithValidInput() local133 if (isAllowedList != satS2RangeFileReader.isAllowedList()) { in testCreateSatS2FileWithValidInput()135 + satS2RangeFileReader.isAllowedList() + " does not match the input " in testCreateSatS2FileWithValidInput()141 assertNull(satS2RangeFileReader.findEntryByCellId(s2CellId)); in testCreateSatS2FileWithValidInput()145 assertNull(satS2RangeFileReader.findEntryByCellId(s2CellId)); in testCreateSatS2FileWithValidInput()149 assertNull(satS2RangeFileReader.findEntryByCellId(s2CellId)); in testCreateSatS2FileWithValidInput()153 assertNull(satS2RangeFileReader.findEntryByCellId(s2CellId)); in testCreateSatS2FileWithValidInput()157 assertNull(satS2RangeFileReader.findEntryByCellId(s2CellId)); in testCreateSatS2FileWithValidInput()161 assertNull(satS2RangeFileReader.findEntryByCellId(s2CellId)); in testCreateSatS2FileWithValidInput()
65 try (SatS2RangeFileReader satS2RangeFileReader = SatS2RangeFileReader.open(file)) { in findEntryByCellId() argument66 assertEquals(isAllowedList, satS2RangeFileReader.isAllowedList()); in findEntryByCellId()68 S2LevelRange range1 = satS2RangeFileReader.findEntryByCellId( in findEntryByCellId()72 S2LevelRange range2 = satS2RangeFileReader.findEntryByCellId( in findEntryByCellId()76 S2LevelRange range3 = satS2RangeFileReader.findEntryByCellId( in findEntryByCellId()
89 try (SatS2RangeFileReader satS2RangeFileReader = in create() argument91 if (isAllowedList != satS2RangeFileReader.isAllowedList()) { in create()93 + satS2RangeFileReader.isAllowedList() + " does not match the input " in create()99 if (satS2RangeFileReader.findEntryByCellId(s2CellId.id()) == null) { in create()109 && satS2RangeFileReader.findEntryByCellId(prevCell.id()) != null) { in create()121 && satS2RangeFileReader.findEntryByCellId(nextCell.id()) != null) { in create()
40 try (SatS2RangeFileReader satS2RangeFileReader = in main() argument43 satS2RangeFileReader.getS2Level()); in main()45 if (satS2RangeFileReader.findEntryByCellId(s2CellId.id()) == null) { in main()
59 SatS2RangeFileReader satS2RangeFileReader = new SatS2RangeFileReader(blockFileReader); in open() local60 satS2RangeFileReader.initialize(); in open()61 return satS2RangeFileReader; in open()
44 @NonNull SatS2RangeFileReader satS2RangeFileReader, int s2Level) { in S2RangeSatelliteOnDeviceAccessController()45 mSatS2RangeFileReader = Objects.requireNonNull(satS2RangeFileReader); in S2RangeSatelliteOnDeviceAccessController()