Home
last modified time | relevance | path

Searched defs:testEntity (Results 1 – 4 of 4) sorted by relevance

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DTestEntity.java84 …com.google.appengine.api.datastore.Entity testEntity = new com.google.appengine.api.datastore.Enti… in toEntity() local
DTestStatusEntity.java136 Entity testEntity = new Entity(KIND, this.testName); in toEntity() local
DTestCoverageStatusEntity.java199 Entity testEntity = new Entity(KIND, this.testName); in toEntity() local
/test/vti/dashboard/src/main/java/com/android/vts/api/
DDatastoreRestServlet.java187 TestEntity testEntity = new TestEntity(testName); in insertTestReport() local