Searched refs:getExifMetadata (Results 1 – 3 of 3) sorted by relevance
59 public static HashMap<String, String> getExifMetadata(@NonNull File file) throws IOException { in getExifMetadata() method in RedactionTestHelper
19 import static android.scopedstorage.cts.lib.RedactionTestHelper.getExifMetadata;194 intent.putExtra(queryType, getExifMetadata(new File(filePath))); in sendMetadata()
25 import static android.scopedstorage.cts.lib.RedactionTestHelper.getExifMetadata;867 HashMap<String, String> exif = getExifMetadata(jpgFile); in testMetaDataRedaction()1248 HashMap<String, String> exif = getExifMetadata(imgFile); in testAccessMediaLocationInvalidation()