Home
last modified time | relevance | path

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

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
DCameraTestUtils.java2114 String exifAperture = exif.getAttribute(ExifInterface.TAG_APERTURE); in verifyJpegExifExtraTags() local
2115 collector.expectNotNull("Exif TAG_APERTURE shouldn't be null", exifAperture); in verifyJpegExifExtraTags()
2118 if (exifAperture != null) { in verifyJpegExifExtraTags()
2119 float apertureValue = Float.parseFloat(exifAperture); in verifyJpegExifExtraTags()