Searched refs:xmpLength (Results 1 – 1 of 1) sorted by relevance
176 public final int xmpLength; field in ExifInterfaceTest.ExpectedValue236 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()