Searched refs:aperture (Results 1 – 1 of 1) sorted by relevance
953 String aperture = exif.getAttribute(ExifInterface.TAG_APERTURE); in checkExtraExifTagsSucceeds() local954 passedSoFar = expectNotNull("Exif TAG_APERTURE is null!", logBuf, aperture); in checkExtraExifTagsSucceeds()956 double apertureValue = Double.parseDouble(aperture); in checkExtraExifTagsSucceeds()957 passedSoFar = expectTrue("Exif TAG_APERTURE value " + aperture + " should be positive!", in checkExtraExifTagsSucceeds()