Home
last modified time | relevance | path

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

/cts/tests/mediaprovider/src/android/provider/cts/media/
DMediaStorePendingTest.java170 final File pendingFile; in testSimple_Abandoned() local
/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/
DScopedStorageDeviceTest.java2623 final File pendingFile = new File(getDcimDir(), IMAGE_FILE_NAME); in testPendingFromFuse() local
2641 assertNotNull(MediaStore.scanFile(getContentResolver(), pendingFile)); in testPendingFromFuse() local
3285 private Uri createPendingFile(File pendingFile) throws Exception { in createPendingFile()