Searched refs:testPlanRunEntity (Results 1 – 4 of 4) sorted by relevance
109 TestPlanRunEntity testPlanRunEntity = ofy().load().key(key).safe(); in postCoverageDataSum() local111 for (Key<TestRunEntity> testRunKey : testPlanRunEntity.getTestRuns()) { in postCoverageDataSum()123 testPlanRunEntity.setTotalApiCount(totalHalApiNum); in postCoverageDataSum()125 testPlanRunEntity.setCoveredApiCount(totalCoveredHalApiNum); in postCoverageDataSum()127 testPlanRunEntity.save(); in postCoverageDataSum()
490 TestPlanRunEntity testPlanRunEntity = in insertTestPlanReport() local506 deviceInfoEntityList.add(device.copyWithParent(testPlanRunEntity.getOfyKey())); in insertTestPlanReport()527 testPlanRunEntity.getOfyKey(), in insertTestPlanReport()541 testPlanRunEntity.save(); in insertTestPlanReport()554 testPlanRunEntity.addCoverageApiTask(); in insertTestPlanReport()
345 Optional<TestPlanRunEntity> testPlanRunEntity = in getTestPlanDispatcher()355 testPlanRunEntity in getTestPlanDispatcher()360 testPlanRunEntity in getTestPlanDispatcher()378 Optional<TestPlanRunEntity> testPlanRunEntity = in getTestPlanDispatcher()397 testPlanRunEntity in getTestPlanDispatcher()
104 Entity testPlanRunEntity = datastore.get(planRunKey); in doGetHandler() local105 TestPlanRunEntity testPlanRun = TestPlanRunEntity.fromEntity(testPlanRunEntity); in doGetHandler()