Home
last modified time | relevance | path

Searched refs:deviceInfoEntityKeyList (Results 1 – 2 of 2) sorted by relevance

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DTestCoverageStatusEntity.java149 List<com.googlecode.objectify.Key<DeviceInfoEntity>> deviceInfoEntityKeyList = in getBranchSet() local
153 ofy().load().keys(() -> deviceInfoEntityKeyList.iterator()).values(); in getBranchSet()
166 List<com.googlecode.objectify.Key<DeviceInfoEntity>> deviceInfoEntityKeyList = in getDeviceSet() local
170 ofy().load().keys(() -> deviceInfoEntityKeyList.iterator()).values(); in getDeviceSet()
/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowCoverageOverviewServlet.java216 List<com.googlecode.objectify.Key<DeviceInfoEntity>> deviceInfoEntityKeyList = in getCoverageDispatcher() local
221 ofy().load().keys(() -> deviceInfoEntityKeyList.iterator()).values(); in getCoverageDispatcher()