Home | History | Annotate | Download | only in telecom

Lines Matching refs:deviceList

141             List<BluetoothDevice> deviceList = mBluetoothHeadset.getConnectedDevices();
143 if (deviceList.size() > 0) {
145 for (int i = 0; i < deviceList.size(); i++) {
146 BluetoothDevice device = deviceList.get(i);
165 List<BluetoothDevice> deviceList = mBluetoothHeadset.getConnectedDevices();
167 if (deviceList.isEmpty()) {
170 for (int i = 0; i < deviceList.size(); i++) {
171 BluetoothDevice device = deviceList.get(i);
261 List<BluetoothDevice> deviceList = mBluetoothHeadset.getConnectedDevices();
263 if (deviceList.size() > 0) {
264 BluetoothDevice device = deviceList.get(0);