Searched defs:testRunKey (Results 1 – 11 of 11) sorted by relevance
/test/vti/dashboard/src/main/java/com/android/vts/entity/ |
D | CodeCoverageEntity.java | 69 com.google.appengine.api.datastore.Key testRunKey, in CodeCoverageEntity() 82 com.google.appengine.api.datastore.Key testRunKey, in CodeCoverageEntity() 94 public CodeCoverageEntity(Key testRunKey, long coveredLineCount, long totalLineCount) { in CodeCoverageEntity() 101 private Key getParentKey(com.google.appengine.api.datastore.Key testRunKey) { in getParentKey() 123 com.google.appengine.api.datastore.Key testRunKey = in toEntity() local
|
D | ApiCoverageEntity.java | 75 com.google.appengine.api.datastore.Key testRunKey, in ApiCoverageEntity() 96 Key testRunKey, in ApiCoverageEntity() 116 private Key getParentKey(com.google.appengine.api.datastore.Key testRunKey) { in getParentKey()
|
D | HalApiEntity.java | 78 com.googlecode.objectify.Key testRunKey, in HalApiEntity()
|
D | TestRunEntity.java | 285 com.googlecode.objectify.Key testRunKey = this.getOfyKey(); in getCodeCoverageEntityKey() local 295 com.googlecode.objectify.Key testRunKey = in getOfyKey() local 303 com.googlecode.objectify.Key testRunKey = this.getOfyKey(); in getApiCoverageEntityList() local
|
D | TestEntity.java | 97 com.googlecode.objectify.Key testRunKey = in getTestRunKey() local
|
D | CoverageEntity.java | 154 com.googlecode.objectify.Key testRunKey = in findById() local
|
/test/vti/dashboard/src/main/java/com/android/vts/job/ |
D | VtsCoverageAlertJobServlet.java | 87 Key testRunKey, in getTestCoverageStatus() 277 public static void addTask(Key testRunKey) { in addTask() 291 Key testRunKey; in doPost() local
|
D | VtsAlertJobServlet.java | 488 public static void addTask(Key testRunKey) { in addTask() 503 Key testRunKey; in doPost() local
|
/test/vti/dashboard/src/main/java/com/android/vts/servlet/ |
D | ShowCoverageServlet.java | 100 com.googlecode.objectify.Key testRunKey = com.googlecode.objectify.Key in doGetHandler() local
|
/test/vti/dashboard/src/test/java/com/android/vts/job/ |
D | VtsProfilingStatsJobServletTest.java | 95 Key testRunKey = KeyFactory.createKey(testKey, TestRunEntity.KIND, time); in createProfilingRun() local 219 Key testRunKey = KeyFactory.createKey(testKey, TestRunEntity.KIND, time); in testNewSummary() local 300 Key testRunKey = KeyFactory.createKey(testKey, TestRunEntity.KIND, time); in testUpdateSummary() local
|
/test/vti/dashboard/src/main/java/com/android/vts/api/ |
D | DatastoreRestServlet.java | 189 com.googlecode.objectify.Key testRunKey = in insertTestReport() local 444 com.googlecode.objectify.Key testRunKey = in insertTestPlanReport() local
|