Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DBluetoothManager.java144 List<BluetoothDevice> deviceList = mBluetoothHeadset.getConnectedDevices(); in isBluetoothAvailable() local
146 if (deviceList.size() > 0) { in isBluetoothAvailable()
148 for (int i = 0; i < deviceList.size(); i++) { in isBluetoothAvailable()
149 BluetoothDevice device = deviceList.get(i); in isBluetoothAvailable()
168 List<BluetoothDevice> deviceList = mBluetoothHeadset.getConnectedDevices(); in isBluetoothAudioConnected() local
170 if (deviceList.isEmpty()) { in isBluetoothAudioConnected()
173 for (int i = 0; i < deviceList.size(); i++) { in isBluetoothAudioConnected()
174 BluetoothDevice device = deviceList.get(i); in isBluetoothAudioConnected()
264 List<BluetoothDevice> deviceList = mBluetoothHeadset.getConnectedDevices(); in dump() local
266 if (deviceList.size() > 0) { in dump()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpSinkStateMachine.java660 List<BluetoothDevice> deviceList = new ArrayList<BluetoothDevice>(); in getDevicesMatchingConnectionStates() local
672 deviceList.add(device); in getDevicesMatchingConnectionStates()
676 return deviceList; in getDevicesMatchingConnectionStates()
DA2dpStateMachine.java692 List<BluetoothDevice> deviceList = new ArrayList<BluetoothDevice>(); in getDevicesMatchingConnectionStates() local
704 deviceList.add(device); in getDevicesMatchingConnectionStates()
708 return deviceList; in getDevicesMatchingConnectionStates()
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
DSapService.java518 List<BluetoothDevice> deviceList = new ArrayList<BluetoothDevice>(); in getDevicesMatchingConnectionStates() local
530 deviceList.add(device); in getDevicesMatchingConnectionStates()
535 return deviceList; in getDevicesMatchingConnectionStates()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapService.java492 List<BluetoothDevice> deviceList = new ArrayList<BluetoothDevice>(); in getDevicesMatchingConnectionStates() local
504 deviceList.add(device); in getDevicesMatchingConnectionStates()
509 return deviceList; in getDevicesMatchingConnectionStates()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachine.java2362 List<BluetoothDevice> deviceList = new ArrayList<BluetoothDevice>(); in getDevicesMatchingConnectionStates() local
2374 deviceList.add(device); in getDevicesMatchingConnectionStates()
2379 return deviceList; in getDevicesMatchingConnectionStates()
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java1361 List<BluetoothDevice> deviceList = new ArrayList<BluetoothDevice>(); in getDevicesMatchingConnectionStates() local
1366 deviceList.add(entry.getKey()); in getDevicesMatchingConnectionStates()
1371 return deviceList; in getDevicesMatchingConnectionStates()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetStateMachine.java2304 List<BluetoothDevice> deviceList = new ArrayList<BluetoothDevice>(); in getDevicesMatchingConnectionStates() local
2316 deviceList.add(device); in getDevicesMatchingConnectionStates()
2321 return deviceList; in getDevicesMatchingConnectionStates()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterService.java1632 List<BluetoothDevice> deviceList = hsService.getConnectedDevices(); in setProfileAutoConnectionPriority() local
1635 adjustOtherHeadsetPriorities(hsService, deviceList); in setProfileAutoConnectionPriority()