Home
last modified time | relevance | path

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

/cts/tests/tests/media/misc/src/android/media/misc/cts/
DExifInterfaceTest.java295 private void assertFloatTag(ExifInterface exifInterface, String tag, float expectedValue) { in assertFloatTag() method in ExifInterfaceTest
374 assertFloatTag(exifInterface, ExifInterface.TAG_F_NUMBER, expectedValue.aperture); in compareWithExpectedValue()
377 assertFloatTag(exifInterface, ExifInterface.TAG_EXPOSURE_TIME, expectedValue.exposureTime); in compareWithExpectedValue()
378 assertFloatTag(exifInterface, ExifInterface.TAG_FLASH, expectedValue.flash); in compareWithExpectedValue()