Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DTestRunEntity.java134 public static final String TEST_CASE_IDS = "testCaseIds"; field in TestRunEntity
240 testRunEntity.setUnindexedProperty(TEST_CASE_IDS, this.testCaseIds); in toEntity()
370 List<Long> testCaseIds = (List<Long>) e.getProperty(TEST_CASE_IDS); in fromEntity()