Home
last modified time | relevance | path

Searched refs:systraceUrl (Results 1 – 2 of 2) sorted by relevance

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DTestCaseRunEntity.java62 private String systraceUrl; field in TestCaseRunEntity
95 this.systraceUrl = null; in TestCaseRunEntity()
107 this.systraceUrl = null; in TestCaseRunEntity()
123 this.systraceUrl = url; in setSystraceUrl()
131 return this.systraceUrl; in getSystraceUrl()
188 if (systraceUrl != null) { in toEntity()
189 testCaseRunEntity.setUnindexedProperty(SYSTRACE_URL, this.systraceUrl); in toEntity()
223 String systraceUrl = (String) e.getProperty(SYSTRACE_URL); in fromEntity() local
224 testCaseRun.setSystraceUrl(systraceUrl); in fromEntity()
/test/vti/dashboard/src/main/java/com/android/vts/util/
DTestResults.java315 String systraceUrl = null; in processReport() local
321 systraceUrl = validatedLink.url; in processReport()
334 if (systraceUrl != null) { in processReport()
338 + systraceUrl in processReport()