Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DScopedStorageDeviceTest.java1202 testAppOpInvalidation(APP_C, new File(getDcimDir(), "read_storage.jpg"), in testReadStorageInvalidation()
1209 testAppOpInvalidation(APP_C_LEGACY, new File(getDcimDir(), "write_storage.jpg"), in testWriteStorageInvalidation()
1216 testAppOpInvalidation(APP_C, new File(getDownloadDir(), "manage_storage.pdf"), in testManageStorageInvalidation()
1222 testAppOpInvalidation(APP_C, new File(getDcimDir(), "write_images.jpg"), in testWriteImagesInvalidation()
1228 testAppOpInvalidation(APP_C, new File(getDcimDir(), "write_video.mp4"), in testWriteVideoInvalidation()
1333 private void testAppOpInvalidation(TestApp app, File file, @Nullable String permission, in testAppOpInvalidation() method in ScopedStorageDeviceTest