Searched refs:readExifMetadataFromTestApp (Results 1 – 2 of 2) sorted by relevance
84 import static android.scopedstorage.cts.lib.TestUtils.readExifMetadataFromTestApp;871 readExifMetadataFromTestApp(APP_A_HAS_RES, jpgFile.getPath()); in testMetaDataRedaction()1257 readExifMetadataFromTestApp(APP_C, imgFile.getPath()); in testAccessMediaLocationInvalidation()1266 exifFromTestApp = readExifMetadataFromTestApp(APP_C, imgFile.getPath()); in testAccessMediaLocationInvalidation()1274 exifFromTestApp = readExifMetadataFromTestApp(APP_C, imgFile.getPath()); in testAccessMediaLocationInvalidation()
261 public static HashMap<String, String> readExifMetadataFromTestApp( in readExifMetadataFromTestApp() method in TestUtils