Home
last modified time | relevance | path

Searched defs:pendingFile (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/provider/src/android/provider/cts/media/
DMediaStorePendingTest.java169 final File pendingFile; in testSimple_Abandoned() local
/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DScopedStorageDeviceTest.java2429 final File pendingFile = new File(getDcimDir(), IMAGE_FILE_NAME); in testPendingFromFuse() local
2447 assertNotNull(MediaStore.scanFile(getContentResolver(), pendingFile)); in testPendingFromFuse() local
2981 private Uri createPendingFile(File pendingFile) throws Exception { in createPendingFile()