Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DTestSuiteResultEntity.java66 class TestTypeIndex { class
98 public TestTypeIndex(int testType) { in TestTypeIndex() method in TestTypeIndex
165 @Index @Getter @Setter TestTypeIndex testTypeIndex;
287 this.testTypeIndex = new TestTypeIndex(this.testType); in TestSuiteResultEntity()