Home
last modified time | relevance | path

Searched defs:testRunKey (Results 1 – 11 of 11) sorted by relevance

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DCodeCoverageEntity.java69 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
DApiCoverageEntity.java75 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()
DHalApiEntity.java78 com.googlecode.objectify.Key testRunKey, in HalApiEntity()
DTestRunEntity.java285 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
DTestEntity.java97 com.googlecode.objectify.Key testRunKey = in getTestRunKey() local
DCoverageEntity.java154 com.googlecode.objectify.Key testRunKey = in findById() local
/test/vti/dashboard/src/main/java/com/android/vts/job/
DVtsCoverageAlertJobServlet.java87 Key testRunKey, in getTestCoverageStatus()
277 public static void addTask(Key testRunKey) { in addTask()
291 Key testRunKey; in doPost() local
DVtsAlertJobServlet.java488 public static void addTask(Key testRunKey) { in addTask()
503 Key testRunKey; in doPost() local
/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowCoverageServlet.java100 com.googlecode.objectify.Key testRunKey = com.googlecode.objectify.Key in doGetHandler() local
/test/vti/dashboard/src/test/java/com/android/vts/job/
DVtsProfilingStatsJobServletTest.java95 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/
DDatastoreRestServlet.java189 com.googlecode.objectify.Key testRunKey = in insertTestReport() local
444 com.googlecode.objectify.Key testRunKey = in insertTestPlanReport() local