Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/legacy/src/android/scopedstorage/cts/legacy/
DLegacyStorageTest.java451 final Uri otherVideoUri = MediaStore.scanFile(getContentResolver(), otherVideoFile); in testCanTrashOtherAndroidMediaFiles_hasRW() local
452 assertNotNull(otherVideoUri); in testCanTrashOtherAndroidMediaFiles_hasRW()
454 trashFileAndAssert(otherVideoUri); in testCanTrashOtherAndroidMediaFiles_hasRW()
455 untrashFileAndAssert(otherVideoUri); in testCanTrashOtherAndroidMediaFiles_hasRW()
/cts/hostsidetests/scopedstorage/src/android/scopedstorage/cts/
DScopedStorageTest.java812 final Uri otherVideoUri = MediaStore.scanFile(getContentResolver(), otherVideoFile); in testFileManagerCanTrashOtherAndroidMediaFiles() local
813 assertNotNull(otherVideoUri); in testFileManagerCanTrashOtherAndroidMediaFiles()
815 trashFileAndAssert(otherVideoUri); in testFileManagerCanTrashOtherAndroidMediaFiles()
816 untrashFileAndAssert(otherVideoUri); in testFileManagerCanTrashOtherAndroidMediaFiles()
/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/
DScopedStorageDeviceTest.java2339 final Uri otherVideoUri = MediaStore.scanFile(getContentResolver(), otherVideoFile); in testSystemGalleryCanTrashOtherAndroidMediaFiles() local
2340 assertNotNull(otherVideoUri); in testSystemGalleryCanTrashOtherAndroidMediaFiles()
2342 trashFileAndAssert(otherVideoUri); in testSystemGalleryCanTrashOtherAndroidMediaFiles()
2343 untrashFileAndAssert(otherVideoUri); in testSystemGalleryCanTrashOtherAndroidMediaFiles()