Searched refs:connectedDevice (Results 1 – 3 of 3) sorted by relevance
78 UsbDevice connectedDevice = getDevice(); in processDevice() local80 if (connectedDevice != null) { in processDevice()81 mController.processDevice(connectedDevice); in processDevice()
1638 BluetoothDevice connectedDevice = in setBluetoothOn() local1640 if (address == null && connectedDevice != null) { in setBluetoothOn()1647 mBluetoothRouteManager.connectBluetoothAudio(connectedDevice.getAddress()); in setBluetoothOn()1650 if (connectedDevice == null || !Objects.equals(address, connectedDevice.getAddress())) { in setBluetoothOn()
263 for (BluetoothDevice connectedDevice : getConnectedDevices()) { in connect()264 disconnect(connectedDevice); in connect()