Searched refs:deviceList (Results 1 – 9 of 9) sorted by relevance
144 List<BluetoothDevice> deviceList = mBluetoothHeadset.getConnectedDevices(); in isBluetoothAvailable() local146 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() local170 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() local266 if (deviceList.size() > 0) { in dump()[all …]
660 List<BluetoothDevice> deviceList = new ArrayList<BluetoothDevice>(); in getDevicesMatchingConnectionStates() local672 deviceList.add(device); in getDevicesMatchingConnectionStates()676 return deviceList; in getDevicesMatchingConnectionStates()
692 List<BluetoothDevice> deviceList = new ArrayList<BluetoothDevice>(); in getDevicesMatchingConnectionStates() local704 deviceList.add(device); in getDevicesMatchingConnectionStates()708 return deviceList; in getDevicesMatchingConnectionStates()
518 List<BluetoothDevice> deviceList = new ArrayList<BluetoothDevice>(); in getDevicesMatchingConnectionStates() local530 deviceList.add(device); in getDevicesMatchingConnectionStates()535 return deviceList; in getDevicesMatchingConnectionStates()
492 List<BluetoothDevice> deviceList = new ArrayList<BluetoothDevice>(); in getDevicesMatchingConnectionStates() local504 deviceList.add(device); in getDevicesMatchingConnectionStates()509 return deviceList; in getDevicesMatchingConnectionStates()
2362 List<BluetoothDevice> deviceList = new ArrayList<BluetoothDevice>(); in getDevicesMatchingConnectionStates() local2374 deviceList.add(device); in getDevicesMatchingConnectionStates()2379 return deviceList; in getDevicesMatchingConnectionStates()
1361 List<BluetoothDevice> deviceList = new ArrayList<BluetoothDevice>(); in getDevicesMatchingConnectionStates() local1366 deviceList.add(entry.getKey()); in getDevicesMatchingConnectionStates()1371 return deviceList; in getDevicesMatchingConnectionStates()
2304 List<BluetoothDevice> deviceList = new ArrayList<BluetoothDevice>(); in getDevicesMatchingConnectionStates() local2316 deviceList.add(device); in getDevicesMatchingConnectionStates()2321 return deviceList; in getDevicesMatchingConnectionStates()
1632 List<BluetoothDevice> deviceList = hsService.getConnectedDevices(); in setProfileAutoConnectionPriority() local1635 adjustOtherHeadsetPriorities(hsService, deviceList); in setProfileAutoConnectionPriority()