Searched refs:deviceInfoList (Results 1 – 2 of 2) sorted by relevance
76 List<String> deviceInfoList = new ArrayList<>(); in processDeviceInfo() local90 deviceInfoList.add(device.getFingerprint()); in processDeviceInfo()93 this.deviceInfo = StringUtils.join(deviceInfoList, ", "); in processDeviceInfo()
147 private List<DeviceInfo> deviceInfoList; field in TestDataForDevServlet.TestReportDataObject.Test.TestRun473 testRun.deviceInfoList.forEach( in doPost()