Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DExifInterfaceTest.java243 private void assertIntTag(ExifInterface exifInterface, String tag, int expectedValue) { in assertIntTag() method in ExifInterfaceTest
334 assertIntTag(exifInterface, ExifInterface.TAG_IMAGE_LENGTH, expectedValue.imageLength); in compareWithExpectedValue()
335 assertIntTag(exifInterface, ExifInterface.TAG_IMAGE_WIDTH, expectedValue.imageWidth); in compareWithExpectedValue()
337 assertIntTag(exifInterface, ExifInterface.TAG_ORIENTATION, expectedValue.orientation); in compareWithExpectedValue()
338 assertIntTag(exifInterface, ExifInterface.TAG_WHITE_BALANCE, expectedValue.whiteBalance); in compareWithExpectedValue()