Searched defs:pendingFile (Results 1 – 2 of 2) sorted by relevance
169 final File pendingFile; in testSimple_Abandoned() local
2429 final File pendingFile = new File(getDcimDir(), IMAGE_FILE_NAME); in testPendingFromFuse() local2447 assertNotNull(MediaStore.scanFile(getContentResolver(), pendingFile)); in testPendingFromFuse() local2981 private Uri createPendingFile(File pendingFile) throws Exception { in createPendingFile()