Home
last modified time | relevance | path

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

/cts/tests/tests/media/misc/src/android/media/misc/cts/
DExifInterfaceTest.java130 public final boolean hasThumbnail; field in ExifInterfaceTest.ExpectedValue
190 hasThumbnail = typedArray.getBoolean(index++, false); in ExpectedValue()
248 if (exifInterface.hasThumbnail()) { in printExifTagsAndValues()
316 assertEquals(expectedValue.hasThumbnail, exifInterface.hasThumbnail()); in compareWithExpectedValue()
317 if (expectedValue.hasThumbnail) { in compareWithExpectedValue()
488 if (expectedValue.hasThumbnail) { in testExifInterfaceRange()
557 if (expectedValue.hasThumbnail) { in writeToFilesWithExif()
562 if (expectedValue.hasThumbnail) { in writeToFilesWithExif()
587 if (expectedValue.hasThumbnail) { in writeToFilesWithExif()
594 if (expectedValue.hasThumbnail) { in writeToFilesWithExif()
/cts/tests/camera/src/android/hardware/cts/
DCameraTest.java929 assertTrue(exif.hasThumbnail()); in testJpegThumbnailSizeByCamera()
955 assertFalse(exif.hasThumbnail()); in testJpegThumbnailSizeByCamera()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java3434 !exif.hasThumbnail()); in verifyJpegKeys()
3437 expectedThumbnailSize, exif.hasThumbnail()); in verifyJpegKeys()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt22153 method public boolean hasThumbnail();