Home | History | Annotate | Download | only in telecom

Lines Matching refs:deviceList

210             List<BluetoothDevice> deviceList = mBluetoothHeadset.getConnectedDevices();
212 if (deviceList.size() > 0) {
214 for (int i = 0; i < deviceList.size(); i++) {
215 BluetoothDevice device = deviceList.get(i);
235 List<BluetoothDevice> deviceList = mBluetoothHeadset.getConnectedDevices();
237 if (deviceList.isEmpty()) {
240 for (int i = 0; i < deviceList.size(); i++) {
241 BluetoothDevice device = deviceList.get(i);
361 List<BluetoothDevice> deviceList = mBluetoothHeadset.getConnectedDevices();
363 if (deviceList.size() > 0) {
364 BluetoothDevice device = deviceList.get(0);