Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DExifInterfaceTest.java248 private void assertFloatTag(ExifInterface exifInterface, String tag, float expectedValue) { in assertFloatTag() method in ExifInterfaceTest
315 assertFloatTag(exifInterface, ExifInterface.TAG_F_NUMBER, expectedValue.aperture); in compareWithExpectedValue()
318 assertFloatTag(exifInterface, ExifInterface.TAG_EXPOSURE_TIME, expectedValue.exposureTime); in compareWithExpectedValue()
319 assertFloatTag(exifInterface, ExifInterface.TAG_FLASH, expectedValue.flash); in compareWithExpectedValue()