Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/api/
DTestDataForDevServlet.java426 datastore.put(testStatusEntity.toEntity()); in doPost()
441 datastore.put(coverageEntity.toEntity()); in doPost()
457 datastore.put(profilingEntity.toEntity()); in doPost()
471 datastore.put(testCaseEntity.toEntity()); in doPost()
485 datastore.put(deviceInfoEntity.toEntity()); in doPost()
519 datastore.put(testRunEntity.toEntity()); in doPost()
526 datastore.put(codeCoverageEntity.toEntity()); in doPost()
528 Entity newTestEntity = testEntity.toEntity(); in doPost()
571 new TestPlanEntity(testPlan.testPlanName).toEntity(); in doPost()
640 device.copyWithParent(testPlanRun.getOfyKey()).toEntity()); in doPost()
[all …]
DUserFavoriteRestServlet.java96 Entity entity = favorite.toEntity(); in addFavorite()
142 datastore.put(favorite.toEntity()); in updateFavorite()
DTestAcknowledgmentRestServlet.java100 Key key = datastore.put(ack.toEntity()); in doPost()
/test/vti/dashboard/src/test/java/com/android/vts/entity/
DTestAcknowledgmentEntityTest.java67 Entity e = ack.toEntity(); in testEntitySerialization()
100 Entity e = ack.toEntity(); in testEntitySerializationWithNulls()
135 e.setPropertiesFrom(ack.toEntity()); in testJsonSerialization()
156 e.setPropertiesFrom(ack.toEntity()); in testJsonSerializationWithNulls()
/test/vti/dashboard/src/main/java/com/android/vts/entity/
DTestPlanEntity.java55 public Entity toEntity() { in toEntity() method in TestPlanEntity
DUserFavoriteEntity.java93 public Entity toEntity() { in toEntity() method in UserFavoriteEntity
DTestEntity.java83 public com.google.appengine.api.datastore.Entity toEntity() { in toEntity() method in TestEntity
DCodeCoverageEntity.java120 public com.google.appengine.api.datastore.Entity toEntity() { in toEntity() method in CodeCoverageEntity
DProfilingPointEntity.java150 public Entity toEntity() { in toEntity() method in ProfilingPointEntity
DTestCaseRunEntity.java170 public Entity toEntity() { in toEntity() method in TestCaseRunEntity
DTestStatusEntity.java135 public Entity toEntity() { in toEntity() method in TestStatusEntity
DTestCoverageStatusEntity.java198 public Entity toEntity() { in toEntity() method
DDeviceInfoEntity.java211 public Entity toEntity() { in toEntity() method in DeviceInfoEntity
DCoverageEntity.java212 public Entity toEntity() { in toEntity() method in CoverageEntity
DTestPlanRunEntity.java189 public Entity toEntity() { in toEntity() method in TestPlanRunEntity
DProfilingPointRunEntity.java234 public Entity toEntity() { in toEntity() method in ProfilingPointRunEntity
DTestAcknowledgmentEntity.java149 public Entity toEntity() { in toEntity() method in TestAcknowledgmentEntity
DProfilingPointSummaryEntity.java245 public Entity toEntity() { in toEntity() method in ProfilingPointSummaryEntity
DTestRunEntity.java229 public Entity toEntity() { in toEntity() method in TestRunEntity
/test/vti/dashboard/src/main/java/com/android/vts/job/
DVtsProfilingStatsJobServlet.java129 puts.add(profilingPoint.toEntity()); in updateSummaries()
195 puts.add(profilingPointSummary.toEntity()); in updateSummaries()
DVtsAlertJobServlet.java562 datastore.put(newStatus.toEntity()); in doPost()
/test/vti/dashboard/src/test/java/com/android/vts/job/
DVtsProfilingStatsJobServletTest.java350 datastore.put(summary.toEntity()); in testUpdateSummary()