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.java253 private void assertStringTag(ExifInterface exifInterface, String tag, String expectedValue) { in assertStringTag() method in ExifInterfaceTest
313 assertStringTag(exifInterface, ExifInterface.TAG_MAKE, expectedValue.make); in compareWithExpectedValue()
314 assertStringTag(exifInterface, ExifInterface.TAG_MODEL, expectedValue.model); in compareWithExpectedValue()
316 assertStringTag(exifInterface, ExifInterface.TAG_DATETIME_ORIGINAL, in compareWithExpectedValue()
320 assertStringTag(exifInterface, ExifInterface.TAG_FOCAL_LENGTH, expectedValue.focalLength); in compareWithExpectedValue()
321 assertStringTag(exifInterface, ExifInterface.TAG_GPS_ALTITUDE, expectedValue.gpsAltitude); in compareWithExpectedValue()
322 assertStringTag(exifInterface, ExifInterface.TAG_GPS_ALTITUDE_REF, in compareWithExpectedValue()
324 assertStringTag(exifInterface, ExifInterface.TAG_GPS_DATESTAMP, expectedValue.gpsDatestamp); in compareWithExpectedValue()
325 assertStringTag(exifInterface, ExifInterface.TAG_GPS_LATITUDE, expectedValue.gpsLatitude); in compareWithExpectedValue()
326 assertStringTag(exifInterface, ExifInterface.TAG_GPS_LATITUDE_REF, in compareWithExpectedValue()
[all …]