Home
last modified time | relevance | path

Searched refs:deviceSet (Results 1 – 3 of 3) sorted by relevance

/test/vti/dashboard/src/main/webapp/js/
Dtest_acknowledgments.js154 function saveCallback(ack, modal, key, test, branchSet, deviceSet, testCaseSet, note) { argument
169 var devices = Array.from(deviceSet);
238 var deviceSet = new Set();
244 addChips(deviceSet, deviceChips, devices, allDevicesLabel);
247 deviceContainer, 'Specify a device...', deviceSet, deviceChips, allDevicesLabel);
286 saveCallback(ack, wrapper, key, test, branchSet, deviceSet, testCaseSet, textArea.val());
/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowPlanReleaseServlet.java96 public final Set<DeviceInfoEntity> deviceSet; field in ShowPlanReleaseServlet.TestPlanRunMetadata
101 this.deviceSet = new HashSet<>(); in TestPlanRunMetadata()
105 if (device == null || deviceSet.contains(device)) return; in addDevice()
113 deviceSet.add(device); in addDevice()
/test/vti/dashboard/src/main/java/com/android/vts/entity/
DTestCoverageStatusEntity.java172 Set<String> deviceSet = in getDeviceSet() local
177 return deviceSet; in getDeviceSet()