Home
last modified time | relevance | path

Searched refs:deviceQuery (Results 1 – 8 of 8) sorted by relevance

/test/vti/dashboard/src/main/java/com/android/vts/job/
DVtsCoverageAlertJobServlet.java128 Query deviceQuery = new Query(DeviceInfoEntity.KIND).setAncestor(testRun.getKey()); in getTestCoverageStatus() local
130 for (Entity device : datastore.prepare(deviceQuery).asIterable()) { in getTestCoverageStatus()
DVtsProfilingStatsJobServlet.java242 Query deviceQuery = in doPost() local
246 for (Entity e : datastore.prepare(deviceQuery).asIterable()) { in doPost()
DVtsAlertJobServlet.java305 Query deviceQuery = new Query(DeviceInfoEntity.KIND).setAncestor(mostRecentRun.getKey()); in getTestStatus() local
306 for (Entity device : datastore.prepare(deviceQuery).asIterable()) { in getTestStatus()
/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowGraphServlet.java189 Query deviceQuery = in doGetHandler() local
196 datastore.prepare(deviceQuery).asIterable(DatastoreHelper.getLargeBatchOptions())) { in doGetHandler()
DShowTreeServlet.java213 Query deviceQuery = in doGetHandler() local
221 .prepare(deviceQuery) in doGetHandler()
DShowPlanReleaseServlet.java242 Query deviceQuery = in getTestPlanDispatcher() local
250 .prepare(deviceQuery) in getTestPlanDispatcher()
/test/vti/dashboard/src/main/java/com/android/vts/util/
DTestResults.java194 Query deviceQuery = in processDeviceInfos() local
201 datastore.prepare(deviceQuery).asIterable(DatastoreHelper.getLargeBatchOptions())) { in processDeviceInfos()
DFilterUtil.java496 Query deviceQuery = in getMatchingKeys() local
503 .prepare(deviceQuery) in getMatchingKeys()