Searched refs:assertDoubleTag (Results 1 – 1 of 1) sorted by relevance
245 private void assertDoubleTag(ExifInterface exifInterface, String tag, float expectedValue) { in assertDoubleTag() method in ExifInterfaceTest290 assertDoubleTag(exifInterface, ExifInterface.TAG_F_NUMBER, expectedValue.fNumber); in compareWithExpectedValue()292 assertDoubleTag(exifInterface, ExifInterface.TAG_EXPOSURE_TIME, expectedValue.exposureTime); in compareWithExpectedValue()293 assertDoubleTag(exifInterface, ExifInterface.TAG_FLASH, expectedValue.flash); in compareWithExpectedValue()