Home
last modified time | relevance | path

Searched defs:testKey (Results 1 – 22 of 22) sorted by relevance

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DUserFavoriteEntity.java53 @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
DTestAcknowledgmentEntity.java71 private com.googlecode.objectify.Key testKey; field in TestAcknowledgmentEntity
229 Key testKey = KeyFactory.createKey(TestEntity.KIND, testName); in fromJson() local
DTestEntity.java95 com.googlecode.objectify.Key testKey = in getTestRunKey() local
DCodeCoverageEntity.java121 com.google.appengine.api.datastore.Key testKey = in toEntity() local
DTestRunEntity.java278 com.googlecode.objectify.Key testKey = in getByTestNameId() local
292 com.googlecode.objectify.Key testKey = in getOfyKey() local
DTestCoverageStatusEntity.java182 com.googlecode.objectify.Key testKey = in getTestRunEntity() local
DCoverageEntity.java152 com.googlecode.objectify.Key testKey = in findById() local
/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DDashboardMainServlet.java69 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
DShowCoverageServlet.java98 com.googlecode.objectify.Key testKey = com.googlecode.objectify.Key in doGetHandler() local
DShowTableServlet.java152 Key testKey = KeyFactory.createKey(TestEntity.KIND, testName); in doGetHandler() local
DShowTreeServlet.java164 Key testKey = KeyFactory.createKey(TestEntity.KIND, testName); in doGetHandler() local
/test/vti/dashboard/src/main/java/com/android/vts/job/
DVtsInactivityJobServlet.java106 private static long getLastRunTime(Key testKey) { in getLastRunTime()
162 Key testKey = KeyFactory.createKey(TestEntity.KIND, status.getTestName()); in doPost() local
DVtsProfilingStatsJobServlet.java112 Key testKey, in updateSummaries()
229 Key testKey = profilingPointRunKey.getParent().getParent(); in doPost() local
DVtsAlertJobServlet.java115 private static List<TestAcknowledgmentEntity> getTestCaseAcknowledgments(Key testKey) { in getTestCaseAcknowledgments()
142 private static List<TestRunEntity> getTestRuns(Key testKey, long startTime, long endTime) { in getTestRuns()
DVtsPerformanceJobServlet.java226 Key testKey; in doPost() local
/test/vti/dashboard/src/test/java/com/android/vts/job/
DVtsProfilingStatsJobServletTest.java94 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
DVtsAlertJobServletTest.java50 private Key testKey; field in VtsAlertJobServletTest
/test/vti/dashboard/src/main/java/com/android/vts/api/
DTestRunRestServlet.java70 com.googlecode.objectify.Key testKey = in getLatestTestRunDetails() local
DDatastoreRestServlet.java442 com.googlecode.objectify.Key testKey = in insertTestPlanReport() local
/test/vti/dashboard/src/main/java/com/android/vts/util/
DTestResults.java169 Key testKey = KeyFactory.createKey(TestEntity.KIND, this.testName); in processProfilingPoints() local
190 Key testKey = KeyFactory.createKey(TestEntity.KIND, this.testName); in processDeviceInfos() local
DEmailHelper.java99 public static List<String> getSubscriberEmails(Key testKey) throws IOException { in getSubscriberEmails()
DFilterUtil.java397 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()