/test/vti/dashboard/src/main/java/com/android/vts/servlet/ |
D | ShowTreeServlet.java | 89 gets.add(KeyFactory.createKey(TestCaseRunEntity.KIND, testCaseId)); in processTestDetails() 164 Key testKey = KeyFactory.createKey(TestEntity.KIND, testName); in doGetHandler() 169 testKey, TestRunEntity.KIND, startTime, endTime, typeFilter); in doGetHandler() 183 TestRunEntity.KIND, in doGetHandler() 212 testKey, TestRunEntity.KIND, minKey.getId(), maxKey.getId()); in doGetHandler() 214 new Query(DeviceInfoEntity.KIND) in doGetHandler() 242 testKey, TestRunEntity.KIND, minKey.getId(), maxKey.getId()); in doGetHandler() 246 new Query(ProfilingPointRunEntity.KIND) in doGetHandler() 310 new Gson().toJson(DatastoreHelper.hasNewer(testKey, TestRunEntity.KIND, endTime))); in doGetHandler() 314 .toJson(DatastoreHelper.hasOlder(testKey, TestRunEntity.KIND, startTime))); in doGetHandler()
|
D | ShowTableServlet.java | 75 gets.add(KeyFactory.createKey(TestCaseRunEntity.KIND, testCaseId)); in processTestRun() 152 Key testKey = KeyFactory.createKey(TestEntity.KIND, testName); in doGetHandler() 157 testKey, TestRunEntity.KIND, startTime, endTime, typeFilter); in doGetHandler() 167 TestRunEntity.KIND, in doGetHandler() 213 testKey, TestRunEntity.KIND, testResults.endTime))); in doGetHandler() 219 testKey, TestRunEntity.KIND, testResults.startTime))); in doGetHandler()
|
D | ShowGraphServlet.java | 153 Key parentKey = KeyFactory.createKey(TestEntity.KIND, testName); in doGetHandler() 155 FilterUtil.getTimeFilter(parentKey, TestRunEntity.KIND, startTime, endTime); in doGetHandler() 157 new Query(TestRunEntity.KIND) in doGetHandler() 170 testRun.getKey(), ProfilingPointRunEntity.KIND, profilingPointName)); in doGetHandler() 179 FilterUtil.getDeviceTimeFilter(parentKey, TestRunEntity.KIND, startTime, endTime); in doGetHandler() 190 new Query(DeviceInfoEntity.KIND) in doGetHandler()
|
D | ShowPlanReleaseServlet.java | 197 Key testPlanKey = KeyFactory.createKey(TestPlanEntity.KIND, testPlan); in getTestPlanDispatcher() 200 testPlanKey, TestPlanRunEntity.KIND, startTime, endTime, typeFilter); in getTestPlanDispatcher() 213 TestPlanRunEntity.KIND, in getTestPlanDispatcher() 241 testPlanKey, TestPlanRunEntity.KIND, minKey.getId(), maxKey.getId()); in getTestPlanDispatcher() 243 new Query(DeviceInfoEntity.KIND) in getTestPlanDispatcher() 291 testPlanKey, TestPlanRunEntity.KIND, endTime))); in getTestPlanDispatcher() 297 testPlanKey, TestPlanRunEntity.KIND, startTime))); in getTestPlanDispatcher()
|
D | ShowCoverageOverviewServlet.java | 361 .setKind(TestRunEntity.KIND) in getCoverageDataTable() 363 PathElement.of(TestEntity.KIND, testName), in getCoverageDataTable() 364 PathElement.of(TestRunEntity.KIND, startTime)) in getCoverageDataTable() 370 .setKind(TestRunEntity.KIND) in getCoverageDataTable() 372 PathElement.of(TestEntity.KIND, testName), in getCoverageDataTable() 373 PathElement.of(TestRunEntity.KIND, endTime)) in getCoverageDataTable()
|
D | ShowGreenReleaseServlet.java | 231 new Query(DeviceInfoEntity.KIND) in getTestPlanDispatcher() 232 .setAncestor(KeyFactory.createKey(TestPlanEntity.KIND, testPlan)) in getTestPlanDispatcher() 278 KeyFactory.createKey(TestPlanEntity.KIND, testPlan); in getTestPlanDispatcher() 282 TestPlanRunEntity.KIND, in getTestPlanDispatcher() 295 TestPlanRunEntity.KIND, in getTestPlanDispatcher()
|
D | ShowPlanRunServlet.java | 93 Key planKey = KeyFactory.createKey(TestPlanEntity.KIND, plan); in doGetHandler() 94 Key planRunKey = KeyFactory.createKey(planKey, TestPlanRunEntity.KIND, time); in doGetHandler() 122 Query deviceInfoQuery = new Query(DeviceInfoEntity.KIND).setAncestor(key); in doGetHandler()
|
/test/vti/dashboard/src/test/java/com/android/vts/entity/ |
D | TestAcknowledgmentEntityTest.java | 56 Key key = KeyFactory.createKey(TestEntity.KIND, "test"); in testEntitySerialization() 96 Key key = KeyFactory.createKey(TestEntity.KIND, "test"); in testEntitySerializationWithNulls() 123 Key key = KeyFactory.createKey(TestEntity.KIND, "test"); in testJsonSerialization() 134 Entity e = new Entity(KeyFactory.createKey(TestAcknowledgmentEntity.KIND, "fakekey")); in testJsonSerialization() 151 Key key = KeyFactory.createKey(TestEntity.KIND, "test"); in testJsonSerializationWithNulls() 155 Entity e = new Entity(KeyFactory.createKey(TestAcknowledgmentEntity.KIND, "fakekey")); in testJsonSerializationWithNulls()
|
/test/vti/dashboard/src/main/java/com/android/vts/entity/ |
D | TestPlanEntity.java | 38 public static final String KIND = "TestPlan"; field in TestPlanEntity 56 Entity planEntity = new Entity(KIND, this.testPlanName); in toEntity() 73 if (!e.getKind().equals(KIND) || e.getKey().getName() == null in fromEntity()
|
D | CodeCoverageEntity.java | 50 public static final String KIND = "CodeCoverage"; field in CodeCoverageEntity 122 KeyFactory.createKey(TestEntity.KIND, this.getParent().getParent().getName()); in toEntity() 124 KeyFactory.createKey(testKey, TestRunEntity.KIND, this.getParent().getId()); in toEntity() 126 KeyFactory.createKey(testRunKey, KIND, this.getParent().getId()); in toEntity()
|
D | TestCaseRunEntity.java | 39 public static final String KIND = "TestCaseRun"; field in TestCaseRunEntity 173 testCaseRunEntity = new Entity(KeyFactory.createKey(KIND, id)); in toEntity() 175 testCaseRunEntity = new Entity(KIND); in toEntity() 203 if (!e.getKind().equals(KIND)) { in fromEntity()
|
D | BranchEntity.java | 42 public static final String KIND = "Branch"; // The entity kind. field in BranchEntity 56 return KeyFactory.createKey(KIND, this.name); in getKey() 104 if (!e.getKind().equals(KIND) || e.getKey().getName() == null) { in fromEntity()
|
D | BuildTargetEntity.java | 42 public static final String KIND = "BuildTarget"; // The entity kind. field in BuildTargetEntity 56 return KeyFactory.createKey(KIND, this.name); in getKey() 104 if (!e.getKind().equals(KIND) || e.getKey().getName() == null) { in fromEntity()
|
D | UserFavoriteEntity.java | 42 public static final String KIND = "UserFavorite"; field in UserFavoriteEntity 98 favoriteEntity = new Entity(KIND); in toEntity() 113 if (!e.getKind().equals(KIND) || !e.hasProperty(USER) || !e.hasProperty(TEST_KEY)) { in fromEntity()
|
D | TestEntity.java | 44 public static final String KIND = "Test"; field in TestEntity 106 return KeyFactory.createKey(KIND, testName); in getOldKey() 140 if (!e.getKind().equals(KIND) || e.getKey().getName() == null) { in fromEntity()
|
D | ProfilingPointEntity.java | 45 public static final String KIND = "ProfilingPoint"; field in ProfilingPointEntity 141 return KeyFactory.createKey(KIND, testName + DELIMITER + profilingPointName); in createKey() 170 if (!e.getKind().equals(KIND) in fromEntity()
|
D | TestStatusEntity.java | 42 public static final String KIND = "TestStatus"; field in TestStatusEntity 136 Entity testEntity = new Entity(KIND, this.testName); in toEntity() 163 if (!e.getKind().equals(KIND) || e.getKey().getName() == null) { in fromEntity()
|
D | TestPlanRunEntity.java | 54 public static final String KIND = "TestPlanRun"; field in TestPlanRunEntity 126 this.key = KeyFactory.createKey(testPlanKey, KIND, startTimestamp); in TestPlanRunEntity() 235 return KeyFactory.createKey(parentKey, KIND, startTimestamp); in getOldKey() 253 if (!e.getKind().equals(KIND) in fromEntity()
|
D | TestAcknowledgmentEntity.java | 54 public static final String KIND = "TestAcknowledgment"; field in TestAcknowledgmentEntity 151 if (this.key == null) ackEntity = new Entity(KIND); in toEntity() 182 if (!e.getKind().equals(KIND) in fromEntity() 229 Key testKey = KeyFactory.createKey(TestEntity.KIND, testName); in fromJson()
|
D | TestCoverageStatusEntity.java | 49 public static final String KIND = "TestCoverageStatus"; field in TestCoverageStatusEntity 199 Entity testEntity = new Entity(KIND, this.testName); in toEntity() 215 if (!e.getKind().equals(KIND) in fromEntity()
|
D | TestRunEntity.java | 121 public static final String KIND = "TestRun"; field in TestRunEntity 201 this.key = KeyFactory.createKey(parentKey, KIND, startTimestamp); in TestRunEntity() 257 Key parentKey = KeyFactory.createKey(TestEntity.KIND, testName); in getKey() 258 return KeyFactory.createKey(parentKey, KIND, startTimestamp); in getKey() 345 if (!e.getKind().equals(KIND) in fromEntity()
|
/test/vti/dashboard/src/test/java/com/android/vts/job/ |
D | VtsProfilingStatsJobServletTest.java | 94 Key testKey = KeyFactory.createKey(TestEntity.KIND, test); in createProfilingRun() 95 Key testRunKey = KeyFactory.createKey(testKey, TestRunEntity.KIND, time); in createProfilingRun() 218 Key testKey = KeyFactory.createKey(TestEntity.KIND, test); in testNewSummary() 219 Key testRunKey = KeyFactory.createKey(testKey, TestRunEntity.KIND, time); in testNewSummary() 274 Query q = new Query(ProfilingPointSummaryEntity.KIND).setAncestor(profilingPointKey); in testNewSummary() 299 Key testKey = KeyFactory.createKey(TestEntity.KIND, test); in testUpdateSummary() 300 Key testRunKey = KeyFactory.createKey(testKey, TestRunEntity.KIND, time); in testUpdateSummary()
|
/test/vti/dashboard/src/main/java/com/android/vts/job/ |
D | VtsAlertJobServlet.java | 86 gets.add(KeyFactory.createKey(TestCaseRunEntity.KIND, testCaseRef.parentId)); in getCurrentFailures() 94 Key key = KeyFactory.createKey(TestCaseRunEntity.KIND, testCaseRef.parentId); in getCurrentFailures() 122 Query q = new Query(TestAcknowledgmentEntity.KIND).setFilter(testFilter); in getTestCaseAcknowledgments() 149 testKey, TestRunEntity.KIND, endTime - delta + 1, endTime, testTypeFilter); in getTestRuns() 152 new Query(TestRunEntity.KIND) in getTestRuns() 257 testCaseKeys.add(KeyFactory.createKey(TestCaseRunEntity.KIND, testCaseId)); in getTestStatus() 305 Query deviceQuery = new Query(DeviceInfoEntity.KIND).setAncestor(mostRecentRun.getKey()); in getTestStatus() 513 Key statusKey = KeyFactory.createKey(TestStatusEntity.KIND, testName); in doPost()
|
D | VtsInactivityJobServlet.java | 110 new Query(TestRunEntity.KIND) in getLastRunTime() 127 Query q = new Query(TestStatusEntity.KIND).setKeysOnly(); in doGet() 162 Key testKey = KeyFactory.createKey(TestEntity.KIND, status.getTestName()); in doPost()
|
/test/vti/dashboard/src/main/java/com/android/vts/util/ |
D | TestResults.java | 169 Key testKey = KeyFactory.createKey(TestEntity.KIND, this.testName); in processProfilingPoints() 172 testKey, TestRunEntity.KIND, this.startTime, this.endTime); in processProfilingPoints() 174 new Query(ProfilingPointRunEntity.KIND) in processProfilingPoints() 190 Key testKey = KeyFactory.createKey(TestEntity.KIND, this.testName); in processDeviceInfos() 193 testKey, TestRunEntity.KIND, this.startTime, this.endTime); in processDeviceInfos() 195 new Query(DeviceInfoEntity.KIND) in processDeviceInfos()
|