Home
last modified time | relevance | path

Searched refs:listDevices (Results 1 – 6 of 6) sorted by relevance

/tools/tradefederation/contrib/src/com/android/tradefed/
DSl4aBluetoothDiscovery.java50 List<ITestDevice> listDevices = new ArrayList<>(deviceInfos.keySet()); in setDeviceInfos() local
51 mDut = listDevices.get(0); in setDeviceInfos()
52 mDiscoverer = listDevices.get(1); in setDeviceInfos()
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterDeviceMonitor.java104 final List<DeviceDescriptor> devices = listDevices(); in dispatch()
191 List<DeviceDescriptor> listDevices() { in listDevices() method in ClusterDeviceMonitor
192 return mDeviceLister.listDevices(); in listDevices()
/tools/tradefederation/core/src/com/android/tradefed/retry/
DBaseRetryDecision.java289 List<ITestDevice> listDevices = new ArrayList<>(mContext.getDevices()); in getDevices() local
291 return listDevices in getDevices()
/tools/tradefederation/core/src/com/android/tradefed/device/
DIDeviceMonitor.java44 public abstract List<DeviceDescriptor> listDevices(); in listDevices() method in IDeviceMonitor.DeviceLister
DDeviceManager.java304 public List<DeviceDescriptor> listDevices() { in startAdbBridgeAndDependentServices()
/tools/tradefederation/core/tests/src/com/android/tradefed/cluster/
DClusterDeviceMonitorTest.java67 List<DeviceDescriptor> listDevices() { in setUp()