Home
last modified time | relevance | path

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

/packages/modules/GeoTZ/s2storage/src/test/java/com/android/timezone/location/storage/block/read/
DBlockDataTest.java40 typedOutputStream.writeTinyByteArray(tinyByteArray); in getSize()
56 typedOutputStream.writeTinyByteArray(tinyByteArray); in getByteBuffer()
77 typedOutputStream.writeTinyByteArray(tinyByteArray); in typedRandomAccess()
/packages/modules/GeoTZ/s2storage/src/test/java/com/android/timezone/location/storage/io/
DTypedStreamsTest.java71 tos.writeTinyByteArray(new byte[0]); in writeReadOk()
72 tos.writeTinyByteArray(new byte[] { (byte) 0xAA, (byte) 0xBB, 0 }); in writeReadOk()
/packages/modules/GeoTZ/s2storage/src/write/java/com/android/timezone/location/storage/io/write/
DTypedOutputStream.java105 public void writeTinyByteArray(byte[] bytes) throws IOException { in writeTinyByteArray() method in TypedOutputStream
/packages/modules/GeoTZ/s2storage/src/write/java/com/android/timezone/location/storage/table/packed/write/
DPackedTableWriter.java98 mBlockDataOutputStream.writeTinyByteArray(sharedData); in writeHeader()
/packages/modules/GeoTZ/s2storage/src/write/java/com/android/timezone/location/storage/tzs2range/write/
DHeaderBlockWriter.java85 tos.writeTinyByteArray(bytes); in close()
/packages/modules/GeoTZ/s2storage/src/write/java/com/android/timezone/location/storage/block/write/
DBlockFileWriter.java141 bos.writeTinyByteArray(extraBytes); in writeHeaderAndAppendTempFile()