Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/src/android/scopedstorage/cts/
DScopedStorageTest.java675 final File otherPendingFile = new File(getDcimDir(), IMAGE_FILE_NAME); in testOpenOtherPendingFilesFromFuse() local
677 assertCreateFilesAs(APP_B_NO_PERMS, otherPendingFile); in testOpenOtherPendingFilesFromFuse()
680 assertCanQueryAndOpenFile(otherPendingFile, "r"); in testOpenOtherPendingFilesFromFuse()
683 assertNotNull(openWithMediaProvider(otherPendingFile, "r")); in testOpenOtherPendingFilesFromFuse()
685 deleteFileAsNoThrow(APP_B_NO_PERMS, otherPendingFile.getAbsolutePath()); in testOpenOtherPendingFilesFromFuse()
/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DScopedStorageDeviceTest.java2430 final File otherPendingFile = new File(getDcimDir(), VIDEO_FILE_NAME); in testPendingFromFuse() local
2455 assertCreateFilesAs(APP_A_HAS_RES, otherPendingFile); in testPendingFromFuse()
2457 try (Cursor c = queryFileExcludingPending(otherPendingFile, in testPendingFromFuse()
2463 deleteFileAsNoThrow(APP_A_HAS_RES, otherPendingFile.getAbsolutePath()); in testPendingFromFuse()