Searched defs:getConnectionState (Results 1 - 9 of 9) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpService.java122 int connectionState = mStateMachine.getConnectionState(device);
135 int connectionState = mStateMachine.getConnectionState(device);
155 int getConnectionState(BluetoothDevice device) { method in class:A2dpService
157 return mStateMachine.getConnectionState(device);
249 public int getConnectionState(BluetoothDevice device) { method in class:A2dpService.BluetoothA2dpBinder
252 return service.getConnectionState(device);
H A DA2dpStateMachine.java583 int getConnectionState(BluetoothDevice device) { method in class:A2dpStateMachine
665 connectionState = getConnectionState(device);
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetService.java167 public int getConnectionState(BluetoothDevice device) { method in class:HeadsetService.BluetoothHeadsetBinder
170 return service.getConnectionState(device);
325 int connectionState = mStateMachine.getConnectionState(device);
338 int connectionState = mStateMachine.getConnectionState(device);
358 int getConnectionState(BluetoothDevice device) { method in class:HeadsetService
360 return mStateMachine.getConnectionState(device);
384 int connectionState = mStateMachine.getConnectionState(device);
398 int connectionState = mStateMachine.getConnectionState(device);
461 int connectionState = mStateMachine.getConnectionState(device);
471 int connectionState = mStateMachine.getConnectionState(devic
[all...]
H A DHeadsetStateMachine.java1043 int getConnectionState(BluetoothDevice device) { method in class:HeadsetStateMachine
1232 connectionState = getConnectionState(device);
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterProperties.java186 int getConnectionState() { method in class:AdapterProperties
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapService.java553 connectionState = getConnectionState(device);
564 public int getConnectionState(BluetoothDevice device) { method in class:BluetoothMapService
775 public int getConnectionState(BluetoothDevice device) { method in class:BluetoothMapService.BluetoothMapBinder
776 if (VERBOSE) Log.v(TAG, "getConnectionState()");
779 return service.getConnectionState(device);
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
H A DPanService.java246 public int getConnectionState(BluetoothDevice device) { method in class:PanService.BluetoothPanBinder
249 return service.getConnectionState(device);
289 if (getConnectionState(device) != BluetoothProfile.STATE_DISCONNECTED) {
305 int getConnectionState(BluetoothDevice device) { method in class:PanService
350 int panDeviceState = getConnectionState(device);
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidService.java313 public int getConnectionState(BluetoothDevice device) { method in class:HidService.BluetoothInputDeviceBinder
316 return service.getConnectionState(device);
383 if (getConnectionState(device) != BluetoothInputDevice.STATE_DISCONNECTED) {
404 int getConnectionState(BluetoothDevice device) { method in class:HidService
416 int inputDeviceState = getConnectionState(device);
450 int state = this.getConnectionState(device);
464 int state = this.getConnectionState(device);
476 int state = this.getConnectionState(device);
490 int state = this.getConnectionState(device);
508 int state = this.getConnectionState(devic
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
H A DHealthService.java468 return getConnectionState(device);
766 private int getConnectionState(BluetoothDevice device) { method in class:HealthService
777 int healthDeviceState = getConnectionState(device);

Completed in 86 milliseconds