Home
last modified time | relevance | path

Searched refs:fromEntity (Results 1 – 25 of 39) sorted by relevance

12

/test/vti/dashboard/src/test/java/com/android/vts/entity/
DTestAcknowledgmentEntityTest.java83 TestAcknowledgmentEntity deserialized = TestAcknowledgmentEntity.fromEntity(e); in testEntitySerialization()
110 TestAcknowledgmentEntity deserialized = TestAcknowledgmentEntity.fromEntity(e); in testEntitySerializationWithNulls()
136 JsonObject json = TestAcknowledgmentEntity.fromEntity(e).toJson(); in testJsonSerialization()
157 JsonObject json = TestAcknowledgmentEntity.fromEntity(e).toJson(); in testJsonSerializationWithNulls()
/test/vti/dashboard/src/main/java/com/android/vts/job/
DVtsAlertJobServlet.java99 TestCaseRunEntity testCaseRunEntity = TestCaseRunEntity.fromEntity(testCaseRun); in getCurrentFailures()
125 TestAcknowledgmentEntity ack = TestAcknowledgmentEntity.fromEntity(ackEntity); in getTestCaseAcknowledgments()
160 TestRunEntity testRun = TestRunEntity.fromEntity(testRunEntity); in getTestRuns()
266 TestCaseRunEntity testCaseRunEntity = TestCaseRunEntity.fromEntity(testCaseRun); in getTestStatus()
307 DeviceInfoEntity deviceEntity = DeviceInfoEntity.fromEntity(device); in getTestStatus()
515 status = TestStatusEntity.fromEntity(datastore.get(statusKey)); in doPost()
554 status = TestStatusEntity.fromEntity(datastore.get(statusKey)); in doPost()
DVtsProfilingStatsJobServlet.java158 ProfilingPointSummaryEntity.fromEntity(e); in updateSummaries()
234 profilingPointRun = ProfilingPointRunEntity.fromEntity(profilingPointRunEntity); in doPost()
247 DeviceInfoEntity deviceInfoEntity = DeviceInfoEntity.fromEntity(e); in doPost()
DVtsCoverageAlertJobServlet.java112 TestRunEntity testRunEntity = TestRunEntity.fromEntity(testRun); in getTestCoverageStatus()
131 DeviceInfoEntity deviceEntity = DeviceInfoEntity.fromEntity(device); in getTestCoverageStatus()
/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowPlanRunServlet.java105 TestPlanRunEntity testPlanRun = TestPlanRunEntity.fromEntity(testPlanRunEntity); in doGetHandler()
120 TestRunEntity testRunEntity = TestRunEntity.fromEntity(testRuns.get(key)); in doGetHandler()
125 DeviceInfoEntity deviceEntity = DeviceInfoEntity.fromEntity(device); in doGetHandler()
DDashboardMainServlet.java192 Key testKey = UserFavoriteEntity.fromEntity(fe).testKey; in doGetHandler()
204 TestStatusEntity statusEntity = TestStatusEntity.fromEntity(status); in doGetHandler()
232 UserFavoriteEntity favorite = UserFavoriteEntity.fromEntity(favoriteEntity); in doGetHandler()
DShowTreeServlet.java94 TestCaseRunEntity testCaseRun = TestCaseRunEntity.fromEntity(entityMap.get(key)); in processTestDetails()
193 TestRunEntity testRunEntity = TestRunEntity.fromEntity(entityMap.get(key)); in doGetHandler()
232 DeviceInfoEntity device = DeviceInfoEntity.fromEntity(devices.get(key)); in doGetHandler()
DShowProfilingOverviewServlet.java133 ProfilingPointEntity pp = ProfilingPointEntity.fromEntity(e); in doGetHandler()
160 ProfilingPointSummaryEntity pps = ProfilingPointSummaryEntity.fromEntity(e); in doGetHandler()
DShowGraphServlet.java93 ProfilingPointRunEntity pt = ProfilingPointRunEntity.fromEntity(profilingRun); in processProfilingRun()
208 DeviceInfoEntity device = DeviceInfoEntity.fromEntity(deviceInfos.get(deviceKey)); in doGetHandler()
DShowTestAcknowledgmentServlet.java60 TestAcknowledgmentEntity ack = TestAcknowledgmentEntity.fromEntity(ackEntity); in doGetHandler()
DShowPlanReleaseServlet.java224 TestPlanRunEntity testPlanRun = TestPlanRunEntity.fromEntity(entityMap.get(key)); in getTestPlanDispatcher()
260 DeviceInfoEntity device = DeviceInfoEntity.fromEntity(devices.get(key)); in getTestPlanDispatcher()
/test/vti/dashboard/src/main/java/com/android/vts/util/
DPerformanceUtil.java164 ProfilingPointEntity pp = ProfilingPointEntity.fromEntity(e); in updatePerformanceSummary()
211 ProfilingPointSummaryEntity.fromEntity(ppSummaryEntity); in updatePerformanceSummary()
DTestResults.java113 TestRunEntity testRunEntity = TestRunEntity.fromEntity(testRun); in addTestRun()
126 TestCaseRunEntity testCaseRunEntity = TestCaseRunEntity.fromEntity(e); in addTestRun()
210 DeviceInfoEntity deviceEntity = DeviceInfoEntity.fromEntity(device); in processDeviceInfos()
DPerformanceSummary.java69 ProfilingPointSummaryEntity.fromEntity(profilingRun); in addData()
/test/vti/dashboard/src/test/java/com/android/vts/job/
DVtsProfilingStatsJobServletTest.java262 profilingPointEntity = ProfilingPointEntity.fromEntity(profilingPoint); in testNewSummary()
276 ProfilingPointSummaryEntity pps = ProfilingPointSummaryEntity.fromEntity(e); in testNewSummary()
368 pps = ProfilingPointSummaryEntity.fromEntity(e); in testUpdateSummary()
/test/vti/dashboard/src/main/java/com/android/vts/entity/
DTestPlanEntity.java72 public static TestPlanEntity fromEntity(Entity e) { in fromEntity() method in TestPlanEntity
DBranchEntity.java103 public static BranchEntity fromEntity(Entity e) { in fromEntity() method in BranchEntity
DBuildTargetEntity.java103 public static BuildTargetEntity fromEntity(Entity e) { in fromEntity() method in BuildTargetEntity
DUserFavoriteEntity.java112 public static UserFavoriteEntity fromEntity(Entity e) { in fromEntity() method in UserFavoriteEntity
DTestEntity.java139 public static TestEntity fromEntity(com.google.appengine.api.datastore.Entity e) { in fromEntity() method in TestEntity
DProfilingPointEntity.java169 public static ProfilingPointEntity fromEntity(Entity e) { in fromEntity() method in ProfilingPointEntity
DTestCaseRunEntity.java202 public static TestCaseRunEntity fromEntity(Entity e) { in fromEntity() method in TestCaseRunEntity
DTestStatusEntity.java162 public static TestStatusEntity fromEntity(Entity e) { in fromEntity() method in TestStatusEntity
/test/vti/dashboard/src/main/java/com/android/vts/api/
DTestDataForDevServlet.java537 TestEntity.fromEntity(oldTest); in doPost()
591 TestRunEntity.fromEntity(testRuns.get(testRunKey)); in doPost()
610 DeviceInfoEntity.fromEntity(deviceInfoEntity); in doPost()
DTestAcknowledgmentRestServlet.java62 TestAcknowledgmentEntity ack = TestAcknowledgmentEntity.fromEntity(ackEntity); in doGet()

12