Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DTestRunEntity.java135 public static final String LOG_LINKS = "logLinks"; field in TestRunEntity
242 testRunEntity.setUnindexedProperty(LOG_LINKS, this.logLinks); in toEntity()
375 if (e.hasProperty(LOG_LINKS)) { in fromEntity()
376 links = (List<String>) e.getProperty(LOG_LINKS); in fromEntity()
492 json.add(this.LOG_LINKS, new Gson().toJsonTree(links)); in toJson()