/test/vti/dashboard/src/main/java/com/android/vts/entity/ |
D | UserFavoriteEntity.java | 53 @Ignore public Key testKey = null; field in UserFavoriteEntity 69 private UserFavoriteEntity(Key key, User user, Key testKey, boolean muteNotifications) { in UserFavoriteEntity() 83 public UserFavoriteEntity(User user, Key testKey, boolean muteNotifications) { in UserFavoriteEntity() 120 Key testKey = (Key) e.getProperty(TEST_KEY); in fromEntity() local
|
D | TestAcknowledgmentEntity.java | 71 private com.googlecode.objectify.Key testKey; field in TestAcknowledgmentEntity 229 Key testKey = KeyFactory.createKey(TestEntity.KIND, testName); in fromJson() local
|
D | TestEntity.java | 95 com.googlecode.objectify.Key testKey = in getTestRunKey() local
|
D | CodeCoverageEntity.java | 121 com.google.appengine.api.datastore.Key testKey = in toEntity() local
|
D | TestRunEntity.java | 278 com.googlecode.objectify.Key testKey = in getByTestNameId() local 292 com.googlecode.objectify.Key testKey = in getOfyKey() local
|
D | TestCoverageStatusEntity.java | 182 com.googlecode.objectify.Key testKey = in getTestRunEntity() local
|
D | CoverageEntity.java | 152 com.googlecode.objectify.Key testKey = in findById() local
|
/test/vti/dashboard/src/main/java/com/android/vts/servlet/ |
D | DashboardMainServlet.java | 69 private final Key testKey; field in DashboardMainServlet.TestDisplay 85 Key testKey, in TestDisplay() 206 Key testKey = KeyFactory.createKey(TestEntity.KIND, statusEntity.getTestName()); in doGetHandler() local 233 Key testKey = favorite.testKey; in doGetHandler() local
|
D | ShowCoverageServlet.java | 98 com.googlecode.objectify.Key testKey = com.googlecode.objectify.Key in doGetHandler() local
|
D | ShowTableServlet.java | 152 Key testKey = KeyFactory.createKey(TestEntity.KIND, testName); in doGetHandler() local
|
D | ShowTreeServlet.java | 164 Key testKey = KeyFactory.createKey(TestEntity.KIND, testName); in doGetHandler() local
|
/test/vti/dashboard/src/main/java/com/android/vts/job/ |
D | VtsInactivityJobServlet.java | 106 private static long getLastRunTime(Key testKey) { in getLastRunTime() 162 Key testKey = KeyFactory.createKey(TestEntity.KIND, status.getTestName()); in doPost() local
|
D | VtsProfilingStatsJobServlet.java | 112 Key testKey, in updateSummaries() 229 Key testKey = profilingPointRunKey.getParent().getParent(); in doPost() local
|
D | VtsAlertJobServlet.java | 115 private static List<TestAcknowledgmentEntity> getTestCaseAcknowledgments(Key testKey) { in getTestCaseAcknowledgments() 142 private static List<TestRunEntity> getTestRuns(Key testKey, long startTime, long endTime) { in getTestRuns()
|
D | VtsPerformanceJobServlet.java | 226 Key testKey; in doPost() local
|
/test/vti/dashboard/src/test/java/com/android/vts/job/ |
D | VtsProfilingStatsJobServletTest.java | 94 Key testKey = KeyFactory.createKey(TestEntity.KIND, test); in createProfilingRun() local 218 Key testKey = KeyFactory.createKey(TestEntity.KIND, test); in testNewSummary() local 299 Key testKey = KeyFactory.createKey(TestEntity.KIND, test); in testUpdateSummary() local
|
D | VtsAlertJobServletTest.java | 50 private Key testKey; field in VtsAlertJobServletTest
|
/test/vti/dashboard/src/main/java/com/android/vts/api/ |
D | TestRunRestServlet.java | 70 com.googlecode.objectify.Key testKey = in getLatestTestRunDetails() local
|
D | DatastoreRestServlet.java | 442 com.googlecode.objectify.Key testKey = in insertTestPlanReport() local
|
/test/vti/dashboard/src/main/java/com/android/vts/util/ |
D | TestResults.java | 169 Key testKey = KeyFactory.createKey(TestEntity.KIND, this.testName); in processProfilingPoints() local 190 Key testKey = KeyFactory.createKey(TestEntity.KIND, this.testName); in processDeviceInfos() local
|
D | EmailHelper.java | 99 public static List<String> getSubscriberEmails(Key testKey) throws IOException { in getSubscriberEmails()
|
D | FilterUtil.java | 397 Key testKey, String kind, Long startTime, Long endTime, Filter testRunFilter) { in getTimeFilter() 432 public static Filter getTimeFilter(Key testKey, String kind, Long startTime, Long endTime) { in getTimeFilter()
|