Searched refs:TestPlanEntity (Results 1 – 10 of 10) sorted by relevance
35 public class TestPlanEntity implements DashboardEntity { class36 protected static final Logger logger = Logger.getLogger(TestPlanEntity.class.getName());51 public TestPlanEntity(String testPlanName) { in TestPlanEntity() method in TestPlanEntity61 Key key = Key.create(TestPlanEntity.class, this.testPlanName); in getKey()72 public static TestPlanEntity fromEntity(Entity e) { in fromEntity()79 return new TestPlanEntity(testPlanName); in fromEntity()84 public com.googlecode.objectify.Key<TestPlanEntity> save() { in save()
74 @Parent private com.googlecode.objectify.Key<TestPlanEntity> parent;164 com.googlecode.objectify.Key<TestPlanEntity> testPlanKey, in TestPlanRunEntity()
19 import com.android.vts.entity.TestPlanEntity;83 List<TestPlanEntity> testPlanEntityList = ofy().load().type(TestPlanEntity.class).list(); in getTestPlanDispatcher()86 .sorted(Comparator.comparing(TestPlanEntity::getTestPlanName)) in getTestPlanDispatcher()
20 import com.android.vts.entity.TestPlanEntity;93 Key planKey = KeyFactory.createKey(TestPlanEntity.KIND, plan); in doGetHandler()
20 import com.android.vts.entity.TestPlanEntity;232 .setAncestor(KeyFactory.createKey(TestPlanEntity.KIND, testPlan)) in getTestPlanDispatcher()278 KeyFactory.createKey(TestPlanEntity.KIND, testPlan); in getTestPlanDispatcher()
20 import com.android.vts.entity.TestPlanEntity;197 Key testPlanKey = KeyFactory.createKey(TestPlanEntity.KIND, testPlan); in getTestPlanDispatcher()
35 import com.android.vts.entity.TestPlanEntity;105 ObjectifyService.register(TestPlanEntity.class); in contextInitialized()
30 import com.android.vts.entity.TestPlanEntity;437 TestPlanEntity testPlanEntity = new TestPlanEntity(testPlanName); in insertTestPlanReport()
27 import com.android.vts.entity.TestPlanEntity;571 new TestPlanEntity(testPlan.testPlanName).toEntity(); in doPost()
26 import com.android.vts.entity.TestPlanEntity;