Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DTestStatusEntity.java49 protected static final String FAILING_IDS = "failingTestcaseIds"; field in TestStatusEntity
148 testEntity.setUnindexedProperty(FAILING_IDS, failingTestcaseIds); in toEntity()
182 if (e.hasProperty(FAILING_IDS) && e.hasProperty(FAILING_OFFSETS)) { in fromEntity()
183 List<Long> ids = (List<Long>) e.getProperty(FAILING_IDS); in fromEntity()