Home | History | Annotate | Download | only in servlet

Lines Matching refs:devices

111      * Get a summary string describing the devices in the test run.
113 * @param devices The list of device descriptors for a particular test run.
114 * @return A string describing the devices in the test run.
116 private static String getDeviceSummary(List<DeviceInfoEntity> devices) {
117 if (devices == null) return null;
119 for (DeviceInfoEntity device : devices) {
147 List<String> devices = DatastoreHelper.getAllBuildFlavors();
148 if (!devices.contains(selectedDevice)) selectedDevice = null;
243 request.setAttribute("devices", devices);