Searched defs:reportFile (Results 1 – 4 of 4) sorted by relevance
42 public void reportResult(File reportFile, @Nullable String referenceUrl) throws IOException { in reportResult()
360 File reportFile = getResultFile(mReportDir); in invocationEnded() local395 private void createXmlResult(File reportFile, String startTimestamp, long elapsedTime) { in createXmlResult()454 OutputStream createOutputResultStream(File reportFile) throws IOException { in createOutputResultStream()
47 public int uploadResult(File reportFile, String referenceUrl) throws IOException { in uploadResult()
69 File reportFile = new File(reportPath, baseName + ".zip"); in doInBackground() local