Searched defs:listDevices (Results 1 – 4 of 4) sorted by relevance
44 public abstract List<DeviceDescriptor> listDevices(); in listDevices() method in IDeviceMonitor.DeviceLister
50 List<ITestDevice> listDevices = new ArrayList<>(deviceInfos.keySet()); in setDeviceInfos() local
191 List<DeviceDescriptor> listDevices() { in listDevices() method in ClusterDeviceMonitor
289 List<ITestDevice> listDevices = new ArrayList<>(mContext.getDevices()); in getDevices() local