Home
last modified time | relevance | path

Searched refs:readExifMetadataFromTestApp (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DScopedStorageDeviceTest.java84 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()
/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DTestUtils.java261 public static HashMap<String, String> readExifMetadataFromTestApp( in readExifMetadataFromTestApp() method in TestUtils