Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DExifInterfaceTest.java259 private void assertStringTag(ExifInterface exifInterface, String tag, String expectedValue) { in assertStringTag() method in ExifInterfaceTest
296 assertStringTag(exifInterface, ExifInterface.TAG_MAKE, expectedValue.make); in compareWithExpectedValue()
297 assertStringTag(exifInterface, ExifInterface.TAG_MODEL, expectedValue.model); in compareWithExpectedValue()
299 assertStringTag(exifInterface, ExifInterface.TAG_DATETIME, expectedValue.datetime); in compareWithExpectedValue()
302 assertStringTag(exifInterface, ExifInterface.TAG_FOCAL_LENGTH, expectedValue.focalLength); in compareWithExpectedValue()
303 assertStringTag(exifInterface, ExifInterface.TAG_GPS_ALTITUDE, expectedValue.gpsAltitude); in compareWithExpectedValue()
304 assertStringTag(exifInterface, ExifInterface.TAG_GPS_ALTITUDE_REF, in compareWithExpectedValue()
306 assertStringTag(exifInterface, ExifInterface.TAG_GPS_DATESTAMP, expectedValue.gpsDatestamp); in compareWithExpectedValue()
307 assertStringTag(exifInterface, ExifInterface.TAG_GPS_LATITUDE, expectedValue.gpsLatitude); in compareWithExpectedValue()
308 assertStringTag(exifInterface, ExifInterface.TAG_GPS_LATITUDE_REF, in compareWithExpectedValue()
[all …]