Searched refs:tempFileList (Results 1 – 1 of 1) sorted by relevance
397 ArrayList<Uri> tempFileList = new ArrayList<>(2); in downloadSingleFile() local398 tempFileList.add(tempFile.getFilePathUri()); in downloadSingleFile()399 tempFileList.add(extraTempFile.getFilePathUri()); in downloadSingleFile()401 VendorUtils.EXTRA_TEMP_LIST, tempFileList); in downloadSingleFile()