Searched refs:deviceQuery (Results 1 – 8 of 8) sorted by relevance
128 Query deviceQuery = new Query(DeviceInfoEntity.KIND).setAncestor(testRun.getKey()); in getTestCoverageStatus() local130 for (Entity device : datastore.prepare(deviceQuery).asIterable()) { in getTestCoverageStatus()
242 Query deviceQuery = in doPost() local246 for (Entity e : datastore.prepare(deviceQuery).asIterable()) { in doPost()
305 Query deviceQuery = new Query(DeviceInfoEntity.KIND).setAncestor(mostRecentRun.getKey()); in getTestStatus() local306 for (Entity device : datastore.prepare(deviceQuery).asIterable()) { in getTestStatus()
189 Query deviceQuery = in doGetHandler() local196 datastore.prepare(deviceQuery).asIterable(DatastoreHelper.getLargeBatchOptions())) { in doGetHandler()
213 Query deviceQuery = in doGetHandler() local221 .prepare(deviceQuery) in doGetHandler()
242 Query deviceQuery = in getTestPlanDispatcher() local250 .prepare(deviceQuery) in getTestPlanDispatcher()
194 Query deviceQuery = in processDeviceInfos() local201 datastore.prepare(deviceQuery).asIterable(DatastoreHelper.getLargeBatchOptions())) { in processDeviceInfos()
496 Query deviceQuery = in getMatchingKeys() local503 .prepare(deviceQuery) in getMatchingKeys()