Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DTestRunEntity.java144 @Parent @Getter @Setter private com.googlecode.objectify.Key<?> testRunParent; field in TestRunEntity
214 this.testRunParent = com.googlecode.objectify.Key.create(TestEntity.class, testName); in TestRunEntity()