Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DTestPlanRunEntity.java68 public static final String TEST_RUNS = "testRuns"; field in TestPlanRunEntity
199 planRun.setUnindexedProperty(TEST_RUNS, this.oldTestRuns); in toEntity()
261 || !e.hasProperty(TEST_RUNS)) { in fromEntity()
280 List<Key> oldTestRuns = (List<Key>) e.getProperty(TEST_RUNS); in fromEntity()