Searched refs:connectedDevices (Results 1 – 5 of 5) sorted by relevance
65 private BluetoothDevice[] connectedDevices; field in BluetoothRouteManagerTest.BluetoothRouteTestParametersBuilder119 BluetoothDevice... connectedDevices) { in setConnectedDevices() argument120 this.connectedDevices = connectedDevices; in setConnectedDevices()138 connectedDevices, in build()157 public BluetoothDevice[] connectedDevices; // array of connected devices field in BluetoothRouteManagerTest.BluetoothRouteTestParameters163 BluetoothDevice[] connectedDevices, String messageDevice, in BluetoothRouteTestParameters() argument173 this.connectedDevices = connectedDevices; in BluetoothRouteTestParameters()190 ", connectedDevices=" + Arrays.toString(connectedDevices) + in toString()375 setupConnectedDevices(params.connectedDevices, params.audioOnDevice); in runParametrizedTestCase()
297 List<BluetoothDevice> connectedDevices = avrcpService.getConnectedDevices(); in sendAvrcpPause() local298 if (!connectedDevices.isEmpty()) { in sendAvrcpPause()299 BluetoothDevice targetDevice = connectedDevices.get(0); in sendAvrcpPause()323 List<BluetoothDevice> connectedDevices = avrcpService.getConnectedDevices(); in sendAvrcpPlay() local324 if (!connectedDevices.isEmpty()) { in sendAvrcpPlay()325 BluetoothDevice targetDevice = connectedDevices.get(0); in sendAvrcpPlay()
210 List<BluetoothDevice> connectedDevices = proxy.getConnectedDevices(); in onServiceConnected() local211 if (connectedDevices.size() > 0) { in onServiceConnected()212 mBluetoothDevice.setText(connectedDevices.get(0).getAddress()); in onServiceConnected()
536 ArrayList<BluetoothDevice> connectedDevices = new ArrayList<>(); in getConnectedDevices() local540 connectedDevices.add(bd); in getConnectedDevices()543 return connectedDevices; in getConnectedDevices()
1538 Set<String> connectedDevices = new HashSet<String>(); in getDevicesMatchingConnectionStates() local1539 connectedDevices.addAll(mClientMap.getConnectedDevices()); in getDevicesMatchingConnectionStates()1540 connectedDevices.addAll(mServerMap.getConnectedDevices()); in getDevicesMatchingConnectionStates()1542 for (String address : connectedDevices ) { in getDevicesMatchingConnectionStates()