Home
last modified time | relevance | path

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

/aosp12/frameworks/base/media/java/android/media/
H A DExifInterface.java3908 ByteOrderedDataOutputStream outputStream, byte[] firstGivenType, in copyChunksUpToGivenChunkType() argument
3914 + "chunk type " + new String(firstGivenType, ASCII) in copyChunksUpToGivenChunkType()
3919 if (Arrays.equals(type, firstGivenType) in copyChunksUpToGivenChunkType()