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.java249 private void assertIntTag(ExifInterface exifInterface, String tag, int expectedValue) { in assertIntTag() method in ExifInterfaceTest
316 assertIntTag(exifInterface, ExifInterface.TAG_IMAGE_LENGTH, expectedValue.imageLength); in compareWithExpectedValue()
317 assertIntTag(exifInterface, ExifInterface.TAG_IMAGE_WIDTH, expectedValue.imageWidth); in compareWithExpectedValue()
319 assertIntTag(exifInterface, ExifInterface.TAG_ORIENTATION, expectedValue.orientation); in compareWithExpectedValue()
320 assertIntTag(exifInterface, ExifInterface.TAG_WHITE_BALANCE, expectedValue.whiteBalance); in compareWithExpectedValue()