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