Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DTestCaseRunEntity.java46 public static final String SYSTRACE_URL = "systraceUrl"; field in TestCaseRunEntity
189 testCaseRunEntity.setUnindexedProperty(SYSTRACE_URL, this.systraceUrl); in toEntity()
222 if (e.hasProperty(SYSTRACE_URL)) { in fromEntity()
223 String systraceUrl = (String) e.getProperty(SYSTRACE_URL); in fromEntity()