Home
last modified time | relevance | path

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

/cts/tests/tests/media/misc/src/android/media/misc/cts/
DExifInterfaceTest.java300 private void assertStringTag(ExifInterface exifInterface, String tag, String expectedValue) { in assertStringTag() method in ExifInterfaceTest
372 assertStringTag(exifInterface, ExifInterface.TAG_MAKE, expectedValue.make); in compareWithExpectedValue()
373 assertStringTag(exifInterface, ExifInterface.TAG_MODEL, expectedValue.model); in compareWithExpectedValue()
375 assertStringTag(exifInterface, ExifInterface.TAG_DATETIME_ORIGINAL, in compareWithExpectedValue()
379 assertStringTag(exifInterface, ExifInterface.TAG_FOCAL_LENGTH, expectedValue.focalLength); in compareWithExpectedValue()
380 assertStringTag(exifInterface, ExifInterface.TAG_GPS_ALTITUDE, expectedValue.gpsAltitude); in compareWithExpectedValue()
381 assertStringTag(exifInterface, ExifInterface.TAG_GPS_ALTITUDE_REF, in compareWithExpectedValue()
383 assertStringTag(exifInterface, ExifInterface.TAG_GPS_DATESTAMP, expectedValue.gpsDatestamp); in compareWithExpectedValue()
384 assertStringTag(exifInterface, ExifInterface.TAG_GPS_LATITUDE, expectedValue.gpsLatitude); in compareWithExpectedValue()
385 assertStringTag(exifInterface, ExifInterface.TAG_GPS_LATITUDE_REF, in compareWithExpectedValue()
[all …]