/test/vti/dashboard/src/test/java/com/android/vts/entity/ |
D | TestAcknowledgmentEntityTest.java | 83 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/ |
D | VtsAlertJobServlet.java | 99 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()
|
D | VtsProfilingStatsJobServlet.java | 158 ProfilingPointSummaryEntity.fromEntity(e); in updateSummaries() 234 profilingPointRun = ProfilingPointRunEntity.fromEntity(profilingPointRunEntity); in doPost() 247 DeviceInfoEntity deviceInfoEntity = DeviceInfoEntity.fromEntity(e); in doPost()
|
D | VtsCoverageAlertJobServlet.java | 112 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/ |
D | ShowPlanRunServlet.java | 105 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()
|
D | DashboardMainServlet.java | 192 Key testKey = UserFavoriteEntity.fromEntity(fe).testKey; in doGetHandler() 204 TestStatusEntity statusEntity = TestStatusEntity.fromEntity(status); in doGetHandler() 232 UserFavoriteEntity favorite = UserFavoriteEntity.fromEntity(favoriteEntity); in doGetHandler()
|
D | ShowTreeServlet.java | 94 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()
|
D | ShowProfilingOverviewServlet.java | 133 ProfilingPointEntity pp = ProfilingPointEntity.fromEntity(e); in doGetHandler() 160 ProfilingPointSummaryEntity pps = ProfilingPointSummaryEntity.fromEntity(e); in doGetHandler()
|
D | ShowGraphServlet.java | 93 ProfilingPointRunEntity pt = ProfilingPointRunEntity.fromEntity(profilingRun); in processProfilingRun() 208 DeviceInfoEntity device = DeviceInfoEntity.fromEntity(deviceInfos.get(deviceKey)); in doGetHandler()
|
D | ShowTestAcknowledgmentServlet.java | 60 TestAcknowledgmentEntity ack = TestAcknowledgmentEntity.fromEntity(ackEntity); in doGetHandler()
|
D | ShowPlanReleaseServlet.java | 224 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/ |
D | PerformanceUtil.java | 164 ProfilingPointEntity pp = ProfilingPointEntity.fromEntity(e); in updatePerformanceSummary() 211 ProfilingPointSummaryEntity.fromEntity(ppSummaryEntity); in updatePerformanceSummary()
|
D | TestResults.java | 113 TestRunEntity testRunEntity = TestRunEntity.fromEntity(testRun); in addTestRun() 126 TestCaseRunEntity testCaseRunEntity = TestCaseRunEntity.fromEntity(e); in addTestRun() 210 DeviceInfoEntity deviceEntity = DeviceInfoEntity.fromEntity(device); in processDeviceInfos()
|
D | PerformanceSummary.java | 69 ProfilingPointSummaryEntity.fromEntity(profilingRun); in addData()
|
/test/vti/dashboard/src/main/java/com/android/vts/entity/ |
D | TestPlanEntity.java | 72 public static TestPlanEntity fromEntity(Entity e) { in fromEntity() method in TestPlanEntity
|
D | BranchEntity.java | 103 public static BranchEntity fromEntity(Entity e) { in fromEntity() method in BranchEntity
|
D | BuildTargetEntity.java | 103 public static BuildTargetEntity fromEntity(Entity e) { in fromEntity() method in BuildTargetEntity
|
D | UserFavoriteEntity.java | 112 public static UserFavoriteEntity fromEntity(Entity e) { in fromEntity() method in UserFavoriteEntity
|
D | TestEntity.java | 139 public static TestEntity fromEntity(com.google.appengine.api.datastore.Entity e) { in fromEntity() method in TestEntity
|
D | ProfilingPointEntity.java | 169 public static ProfilingPointEntity fromEntity(Entity e) { in fromEntity() method in ProfilingPointEntity
|
D | TestCaseRunEntity.java | 202 public static TestCaseRunEntity fromEntity(Entity e) { in fromEntity() method in TestCaseRunEntity
|
D | TestStatusEntity.java | 162 public static TestStatusEntity fromEntity(Entity e) { in fromEntity() method in TestStatusEntity
|
/test/vti/dashboard/src/test/java/com/android/vts/job/ |
D | VtsProfilingStatsJobServletTest.java | 262 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/api/ |
D | TestDataForDevServlet.java | 537 TestEntity.fromEntity(oldTest); in doPost() 591 TestRunEntity.fromEntity(testRuns.get(testRunKey)); in doPost() 610 DeviceInfoEntity.fromEntity(deviceInfoEntity); in doPost()
|
D | TestAcknowledgmentRestServlet.java | 62 TestAcknowledgmentEntity ack = TestAcknowledgmentEntity.fromEntity(ackEntity); in doGet()
|