Searched refs:assertStringTag (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
H A D | ExifInterfaceTest.java | 253 private void assertStringTag(ExifInterface exifInterface, String tag, String expectedValue) { in assertStringTag() method in ExifInterfaceTest 291 assertStringTag(exifInterface, ExifInterface.TAG_MAKE, expectedValue.make); in compareWithExpectedValue() 292 assertStringTag(exifInterface, ExifInterface.TAG_MODEL, expectedValue.model); in compareWithExpectedValue() 294 assertStringTag(exifInterface, ExifInterface.TAG_DATETIME, expectedValue.datetime); in compareWithExpectedValue() 297 assertStringTag(exifInterface, ExifInterface.TAG_FOCAL_LENGTH, expectedValue.focalLength); in compareWithExpectedValue() 298 assertStringTag(exifInterface, ExifInterface.TAG_GPS_ALTITUDE, expectedValue.gpsAltitude); in compareWithExpectedValue() 299 assertStringTag(exifInterface, ExifInterface.TAG_GPS_ALTITUDE_REF, in compareWithExpectedValue() 303 assertStringTag(exifInterface, ExifInterface.TAG_GPS_LATITUDE_REF, in compareWithExpectedValue() 306 assertStringTag(exifInterface, ExifInterface.TAG_GPS_LONGITUDE_REF, in compareWithExpectedValue() 308 assertStringTag(exifInterface, ExifInterface.TAG_GPS_PROCESSING_METHOD, in compareWithExpectedValue() [all …]
|