Home
last modified time | relevance | path

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

/cts/tests/tests/media/misc/src/android/media/misc/cts/
DExifInterfaceTest.java176 public final int xmpLength; field in ExifInterfaceTest.ExpectedValue
236 xmpLength = typedArray.getInt(index++, 0); in ExpectedValue()
404 assertEquals(expectedValue.xmpLength, xmpRange[1]); in compareWithExpectedValue()
521 byte[] identifierBytes = new byte[expectedValue.xmpLength]; in testExifInterfaceRange()
522 if (in.read(identifierBytes) != expectedValue.xmpLength) { in testExifInterfaceRange()