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.java955 final File otherPendingFile = new File(getDcimDir(), IMAGE_FILE_NAME); in testOpenOtherPendingFilesFromFuse() local
957 assertCreateFilesAs(APP_B_NO_PERMS, otherPendingFile); in testOpenOtherPendingFilesFromFuse()
960 assertCanQueryAndOpenFile(otherPendingFile, "r"); in testOpenOtherPendingFilesFromFuse()
963 try (ParcelFileDescriptor pfd = openWithMediaProvider(otherPendingFile, "r")) { in testOpenOtherPendingFilesFromFuse()
967 deleteFileAsNoThrow(APP_B_NO_PERMS, otherPendingFile.getAbsolutePath()); in testOpenOtherPendingFilesFromFuse()
/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/
DScopedStorageDeviceTest.java2624 final File otherPendingFile = new File(getDcimDir(), VIDEO_FILE_NAME); in testPendingFromFuse() local
2649 assertCreateFilesAs(APP_A_HAS_RES, otherPendingFile); in testPendingFromFuse()
2651 try (Cursor c = queryFileExcludingPending(otherPendingFile, in testPendingFromFuse()
2657 deleteFileAsNoThrow(APP_A_HAS_RES, otherPendingFile.getAbsolutePath()); in testPendingFromFuse()