Home
last modified time | relevance | path

Searched refs:getUrl (Results 1 – 5 of 5) sorted by relevance

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/suite/
DCertificationSuiteResultReporter.java207 mLoggedFiles.put(dataName, logFile.getUrl()); in testLogSaved()
372 return mLogSaver.getLogReportDir().getUrl(); in getLogUrl()
476 CLog.d("Result XML URL: %s", logFile.getUrl()); in saveLog()
490 CLog.d("Result zip URL: %s", logFile.getUrl()); in saveLog()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DResultReporter.java721 mCurrentResult.setBugReport(logFile.getUrl()); in testLogSaved()
723 mCurrentResult.setLog(logFile.getUrl()); in testLogSaved()
725 mCurrentResult.setScreenshot(logFile.getUrl()); in testLogSaved()
752 debug("Result XML URL: %s", logFile.getUrl()); in saveLog()
766 debug("Result zip URL: %s", logFile.getUrl()); in saveLog()
784 return mLogSaver.getLogReportDir().getUrl(); in getLogUrl()
/test/vti/dashboard/src/main/java/com/android/vts/api/
DDatastoreRestServlet.java208 String systraceLink = testCase.getSystraceList().get(0).getUrl(0).toStringUtf8(); in insertTestReport()
340 linkList.add(log.getUrl().toStringUtf8()); in insertTestReport()
346 linkList.add(resource.getUrl().toStringUtf8()); in insertTestReport()
/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DBaseServlet.java115 public String getUrl() { in getUrl() method in BaseServlet.Page
/test/vti/dashboard/src/test/java/com/android/vts/job/
DVtsProfilingStatsJobServletTest.java154 VtsProfilingStatsJobServlet.PROFILING_STATS_JOB_URL, taskStateInfo.getUrl()); in testTasksScheduled()