Searched refs:assertAttribute (Results 1 – 1 of 1) sorted by relevance
302 assertAttribute(exif, ExifInterface.TAG_MAKE); in testImageCaptureWithoutLocation()303 assertAttribute(exif, ExifInterface.TAG_MODEL); in testImageCaptureWithoutLocation()304 assertAttribute(exif, ExifInterface.TAG_DATETIME); in testImageCaptureWithoutLocation()376 private static void assertAttribute(ExifInterface exif, String tag) { in assertAttribute() method in MediaStoreUiTest