Searched refs:readExifMetadataFromTestApp (Results 1 – 3 of 3) sorted by relevance
43 import static android.scopedstorage.cts.lib.TestUtils.readExifMetadataFromTestApp;258 readExifMetadataFromTestApp(APP_VU_SELECTED, IMAGE_FILE_READABLE.getPath()); in other_accessLocationMetadata()
90 import static android.scopedstorage.cts.lib.TestUtils.readExifMetadataFromTestApp;892 readExifMetadataFromTestApp(APP_A_HAS_RES, jpgFile.getPath()); in testMetaDataRedaction()1348 readExifMetadataFromTestApp(APP_GENERAL_ONLY, imgFile.getPath()); in testAccessMediaLocationInvalidation()1359 exifFromTestApp = readExifMetadataFromTestApp(APP_GENERAL_ONLY, imgFile.getPath()); in testAccessMediaLocationInvalidation()1369 exifFromTestApp = readExifMetadataFromTestApp(APP_GENERAL_ONLY, imgFile.getPath()); in testAccessMediaLocationInvalidation()
295 public static HashMap<String, String> readExifMetadataFromTestApp( in readExifMetadataFromTestApp() method in TestUtils