Home
last modified time | relevance | path

Searched defs:fileFormat (Results 1 – 25 of 33) sorted by relevance

12

/packages/services/Telephony/utils/satellite/s2storage/src/test/java/com/android/telephony/sats2range/
DSuffixTableBlockTest.java51 SatS2RangeFileFormat fileFormat = TestUtils.createS2RangeFileFormat(true); in writer_createPopulatedBlockWriter_noEntriesThrows() local
65 SatS2RangeFileFormat fileFormat = TestUtils.createS2RangeFileFormat(true); in writer_createPopulatedBlockWriter_addRange() local
94 SatS2RangeFileFormat fileFormat = TestUtils.createS2RangeFileFormat(true); in writer_createPopulatedBlockWriter_rejectOverlappingRanges() local
154 SatS2RangeFileFormat fileFormat = TestUtils.createS2RangeFileFormat(true); in suffixTableBlock_empty() local
170 SatS2RangeFileFormat fileFormat = TestUtils.createS2RangeFileFormat(true); in suffixTableBlock_populated_findEntryByCellId() local
240 SatS2RangeFileFormat fileFormat = TestUtils.createS2RangeFileFormat(true); in suffixTableBlock_populated_findEntryByCellId_cellIdOutOfRange() local
269 SatS2RangeFileFormat fileFormat = TestUtils.createS2RangeFileFormat(true); in suffixTableBlock_visit() local
305 private S2LevelRange findEntryByCellId(SatS2RangeFileFormat fileFormat, in findEntryByCellId()
DHeaderBlockTest.java38 SatS2RangeFileFormat fileFormat = TestUtils.createS2RangeFileFormat(true); in readWrite() local
53 SatS2RangeFileFormat fileFormat = TestUtils.createS2RangeFileFormat(true); in visit() local
DSuffixTableExtraInfoTest.java36 SatS2RangeFileFormat fileFormat = TestUtils.createS2RangeFileFormat(true); in create_emptyBlock() local
51 SatS2RangeFileFormat fileFormat = TestUtils.createS2RangeFileFormat(true); in create_nonEmptyBlock() local
/packages/services/Telephony/utils/satellite/tools/src/test/java/com/android/telephony/tools/sats2/
DCreateSatS2FileTest.java74 SatS2RangeFileFormat fileFormat = FileFormats.getFileFormatForLevel(s2Level, isAllowedList); in testCreateSatS2FileWithInvalidInput() local
75 TestUtils.createInvalidTestS2CellFile(inputFilePath.toFile(), fileFormat); in testCreateSatS2FileWithInvalidInput() local
111 SatS2RangeFileFormat fileFormat = FileFormats.getFileFormatForLevel(s2Level, isAllowedList); in testCreateSatS2FileWithValidInput() local
112 TestUtils.createValidTestS2CellFile(inputFilePath.toFile(), fileFormat); in testCreateSatS2FileWithValidInput() local
/packages/modules/GeoTZ/tzs2storage/src/test/java/com/android/timezone/location/storage/tzs2range/
DSuffixTableBlockTest.java49 TzS2RangeFileFormat fileFormat = createS2RangeFileFormat(); in writer_createPopulatedBlockWriter_noEntriesThrows() local
64 TzS2RangeFileFormat fileFormat = createS2RangeFileFormat(); in writer_createPopulatedBlockWriter_addRange() local
97 TzS2RangeFileFormat fileFormat = createS2RangeFileFormat(); in writer_createPopulatedBlockWriter_rejectOverlappingRanges() local
161 TzS2RangeFileFormat fileFormat = createS2RangeFileFormat(); in suffixTableBlock_empty() local
177 TzS2RangeFileFormat fileFormat = createS2RangeFileFormat(); in suffixTableBlock_populated_findEntryByCellId() local
249 TzS2RangeFileFormat fileFormat = createS2RangeFileFormat(); in suffixTableBlock_populated_findEntryByCellId_cellIdOutOfRange() local
279 TzS2RangeFileFormat fileFormat = createS2RangeFileFormat(); in suffixTableBlock_visit() local
321 private SuffixTableRange findEntryByCellId(TzS2RangeFileFormat fileFormat, in findEntryByCellId()
DHeaderBlockTest.java40 TzS2RangeFileFormat fileFormat = createS2RangeFileFormat(); in readWrite() local
61 TzS2RangeFileFormat fileFormat = createS2RangeFileFormat(); in visit() local
DTzS2RangeFileTest.java39 TzS2RangeFileFormat fileFormat; in findEntryByCellId() local
78 TzS2RangeFileFormat fileFormat, int faceId, int otherPrefixBits, int suffixBits) { in cellId()
DSuffixTableExtraInfoTest.java33 TzS2RangeFileFormat fileFormat = createS2RangeFileFormat(); in create_emptyBlock() local
48 TzS2RangeFileFormat fileFormat = createS2RangeFileFormat(); in create_nonEmptyBlock() local
/packages/services/Telephony/utils/satellite/tools/src/main/java/com/android/telephony/tools/sats2/
DCreateTestSatS2File.java37 SatS2RangeFileFormat fileFormat = FileFormats.getFileFormatForLevel(12, true); in main() local
43 SatS2RangeFileWriter.open(file, fileFormat)) { in main() argument
/packages/modules/GeoTZ/tzs2storage/tools/src/java/com/android/timezone/location/tools/tzs2/
DCreateTestTzS2File.java37 TzS2RangeFileFormat fileFormat = FileFormats.getFileFormatForLevel(12); in main() local
42 try (TzS2RangeFileWriter tzS2RangeFileWriter = TzS2RangeFileWriter.open(file, fileFormat)) { in main() argument
DCreateTzS2File.java87 TzS2RangeFileFormat fileFormat = FileFormats.getFileFormatForLevel(s2Level); in main() local
88 try (TzS2RangeFileWriter writer = TzS2RangeFileWriter.open(outputFile, fileFormat)) { in main() argument
/packages/services/Telephony/utils/satellite/s2storage/src/readonly/java/com/android/telephony/sats2range/read/
DSuffixTableBlock.java88 private SuffixTableBlock(SatS2RangeFileFormat fileFormat, SuffixTableBlockDelegate delegate) { in SuffixTableBlock()
99 SatS2RangeFileFormat fileFormat, BlockData blockData) { in createPopulated()
112 public static SuffixTableBlock createEmpty(SatS2RangeFileFormat fileFormat, int prefix) { in createEmpty()
DPopulatedSuffixTableBlock.java59 SatS2RangeFileFormat fileFormat, IntValueTypedPackedTable packedTable) { in PopulatedSuffixTableBlock()
114 S2CellMatcher(SatS2RangeFileFormat fileFormat, int suffixSearchValue) { in S2CellMatcher()
/packages/services/Telephony/utils/satellite/s2storage/src/testutils/java/com/android/telephony/sats2range/testutils/
DTestUtils.java56 SatS2RangeFileFormat fileFormat, int faceId, int otherPrefixBits, int suffixBits) { in createCellId()
106 File outputFile, SatS2RangeFileFormat fileFormat) throws Exception { in createValidTestS2CellFile()
130 File outputFile, SatS2RangeFileFormat fileFormat) throws Exception { in createInvalidTestS2CellFile()
/packages/modules/GeoTZ/tzs2storage/src/readonly/java/com/android/timezone/location/storage/tzs2range/read/
DSuffixTableBlock.java96 private SuffixTableBlock(TzS2RangeFileFormat fileFormat, SuffixTableBlockDelegate delegate) { in SuffixTableBlock()
107 TzS2RangeFileFormat fileFormat, BlockData blockData) { in createPopulated()
120 public static SuffixTableBlock createEmpty(TzS2RangeFileFormat fileFormat, int prefix) { in createEmpty()
DPopulatedSuffixTableBlock.java67 TzS2RangeFileFormat fileFormat, IntValueTypedPackedTable packedTable) { in PopulatedSuffixTableBlock()
127 S2CellMatcher(TzS2RangeFileFormat fileFormat, int suffixSearchValue) { in S2CellMatcher()
/packages/services/Telephony/utils/satellite/s2storage/src/write/java/com/android/telephony/sats2range/write/
DHeaderBlockWriter.java43 private HeaderBlockWriter(SatS2RangeFileFormat fileFormat, File file) { in HeaderBlockWriter()
49 public static HeaderBlockWriter create(SatS2RangeFileFormat fileFormat) throws IOException { in create()
DSuffixTableWriter.java59 private SuffixTableWriter(SatS2RangeFileFormat fileFormat, SuffixTableSharedData sharedData) in SuffixTableWriter()
82 SatS2RangeFileFormat fileFormat, SuffixTableSharedData sharedData) throws IOException { in createPopulated()
DSatS2RangeFileWriter.java46 private SatS2RangeFileWriter(SatS2RangeFileFormat fileFormat, BlockFileWriter blockFileWriter) in SatS2RangeFileWriter()
55 public static SatS2RangeFileWriter open(File outFile, SatS2RangeFileFormat fileFormat) in open()
/packages/services/Telephony/tests/src/com/android/phone/satellite/accesscontrol/
DS2RangeSatelliteOnDeviceAccessControllerTest.java72 SatS2RangeFileFormat fileFormat = null; in testSatelliteAccessControl() local
168 SatS2RangeFileFormat fileFormat; in createSatS2File() local
/packages/modules/GeoTZ/tzs2storage/src/write/java/com/android/timezone/location/storage/tzs2range/write/
DHeaderBlockWriter.java47 private HeaderBlockWriter(TzS2RangeFileFormat fileFormat, File file) { in HeaderBlockWriter()
54 public static HeaderBlockWriter create(TzS2RangeFileFormat fileFormat) throws IOException { in create()
DSuffixTableWriter.java59 private SuffixTableWriter(TzS2RangeFileFormat fileFormat, SuffixTableSharedData sharedData) in SuffixTableWriter()
82 TzS2RangeFileFormat fileFormat, SuffixTableSharedData sharedData) throws IOException { in createPopulated()
DTzS2RangeFileWriter.java49 private TzS2RangeFileWriter(TzS2RangeFileFormat fileFormat, BlockFileWriter blockFileWriter) in TzS2RangeFileWriter()
59 public static TzS2RangeFileWriter open(File outFile, TzS2RangeFileFormat fileFormat) in open()
/packages/services/Telephony/utils/satellite/tools/src/main/java/com/android/telephony/tools/sats2/dump/
DHeaderBlockDumper.java33 public void visitFileFormat(SatS2RangeFileFormat fileFormat) { in visitFileFormat()
/packages/modules/GeoTZ/tzs2storage/tools/src/java/com/android/timezone/location/tools/tzs2/dump/
DHeaderBlockDumper.java35 public void visitFileFormat(TzS2RangeFileFormat fileFormat) { in visitFileFormat()

12