Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DTestPlanRunEntity.java94 @Ignore private List<Key> oldTestRuns; field in TestPlanRunEntity
136 this.oldTestRuns = testRuns; in TestPlanRunEntity()
198 if (this.oldTestRuns != null && this.oldTestRuns.size() > 0) { in toEntity()
199 planRun.setUnindexedProperty(TEST_RUNS, this.oldTestRuns); in toEntity()
280 List<Key> oldTestRuns = (List<Key>) e.getProperty(TEST_RUNS); in fromEntity() local
292 oldTestRuns); in fromEntity()