Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DTestCoverageStatusEntity.java152 Collection<DeviceInfoEntity> deviceInfoEntityList = in getBranchSet() local
156 deviceInfoEntityList in getBranchSet()
169 Collection<DeviceInfoEntity> deviceInfoEntityList = in getDeviceSet() local
173 deviceInfoEntityList in getDeviceSet()
/test/vti/dashboard/src/main/java/com/android/vts/api/
DDatastoreRestServlet.java153 List<DeviceInfoEntity> deviceInfoEntityList = new ArrayList<>(); in insertTestReport() local
165 deviceInfoEntityList, in insertTestReport()
263 deviceInfoEntityList.add(deviceInfoEntity); in insertTestReport()
424 List<DeviceInfoEntity> deviceInfoEntityList = new ArrayList<>(); in insertTestPlanReport() local
427 List allEntityList = Arrays.asList(deviceInfoEntityList, halApiEntityList); in insertTestPlanReport()
506 deviceInfoEntityList.add(device.copyWithParent(testPlanRunEntity.getOfyKey())); in insertTestPlanReport()