Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetService.java1982 List<BluetoothDevice> audioConnectableDevices = getConnectedDevices(); in isInbandRingingEnabled() local
1983 if (audioConnectableDevices.size() == 1) { in isInbandRingingEnabled()
1984 BluetoothDevice connectedDevice = audioConnectableDevices.get(0); in isInbandRingingEnabled()
2039 List<BluetoothDevice> audioConnectableDevices = getConnectedDevices(); in updateInbandRinging() local
2043 if (audioConnectableDevices.size() > 1 || isHeadsetClientConnected()) { in updateInbandRinging()