Searched refs:getExifMetadataFromFile (Results 1 – 5 of 5) sorted by relevance
63 public static HashMap<String, String> getExifMetadataFromFile(@NonNull File file) in getExifMetadataFromFile() method in RedactionTestHelper151 HashMap<String, String> exifFromFilePath = getExifMetadataFromFile(file); in assertConsistentNonRedactedAccess()
25 import static android.scopedstorage.cts.lib.RedactionTestHelper.getExifMetadataFromFile;230 HashMap<String, String> exif = getExifMetadataFromFile(IMAGE_FILE_2_METADATA); in owned_accessLocationMetadata()
27 import static android.scopedstorage.cts.lib.RedactionTestHelper.getExifMetadataFromFile;249 assertExifMetadataMatch(getExifMetadataFromFile(IMAGE_FILE_READABLE), originalExif); in other_accessLocationMetadata()
19 import static android.scopedstorage.cts.lib.RedactionTestHelper.getExifMetadataFromFile;392 intent.putExtra(queryType, getExifMetadataFromFile(new File(filePath))); in sendMetadata()
24 import static android.scopedstorage.cts.lib.RedactionTestHelper.getExifMetadataFromFile;888 HashMap<String, String> exif = getExifMetadataFromFile(jpgFile); in testMetaDataRedaction()1337 HashMap<String, String> exif = getExifMetadataFromFile(imgFile); in testAccessMediaLocationInvalidation()