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

/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpSinkService.java108 int connectionState = mStateMachine.getConnectionState(device);
121 int connectionState = mStateMachine.getConnectionState(device);
141 int getConnectionState(BluetoothDevice device) { method in class:A2dpSinkService
143 return mStateMachine.getConnectionState(device);
201 public int getConnectionState(BluetoothDevice device) { method in class:A2dpSinkService.BluetoothA2dpSinkBinder
204 return service.getConnectionState(device);
H A DA2dpService.java142 int connectionState = mStateMachine.getConnectionState(device);
155 int connectionState = mStateMachine.getConnectionState(device);
175 int getConnectionState(BluetoothDevice device) { method in class:A2dpService
177 return mStateMachine.getConnectionState(device);
273 public int getConnectionState(BluetoothDevice device) { method in class:A2dpService.BluetoothA2dpBinder
276 return service.getConnectionState(device);
H A DA2dpStateMachine.java148 (getConnectionState(mTargetDevice) == BluetoothProfile.STATE_CONNECTING)) {
619 int getConnectionState(BluetoothDevice device) { method in class:A2dpStateMachine
701 connectionState = getConnectionState(device);
H A DA2dpSinkStateMachine.java601 int getConnectionState(BluetoothDevice device) { method in class:A2dpSinkStateMachine
669 connectionState = getConnectionState(device);
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
H A DAvrcpControllerService.java149 int getConnectionState(BluetoothDevice device) { method in class:AvrcpControllerService
205 public int getConnectionState(BluetoothDevice device) { method in class:AvrcpControllerService.BluetoothAvrcpControllerBinder
208 return service.getConnectionState(device);
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientService.java184 public int getConnectionState(BluetoothDevice device) { method in class:HeadsetClientService.BluetoothHeadsetClientBinder
189 return service.getConnectionState(device);
447 int connectionState = mStateMachine.getConnectionState(device);
460 int connectionState = mStateMachine.getConnectionState(device);
480 int getConnectionState(BluetoothDevice device) { method in class:HeadsetClientService
482 return mStateMachine.getConnectionState(device);
509 int connectionState = mStateMachine.getConnectionState(device);
523 int connectionState = mStateMachine.getConnectionState(device);
569 int connectionState = mStateMachine.getConnectionState(device);
581 int connectionState = mStateMachine.getConnectionState(devic
[all...]
H A DHeadsetClientStateMachine.java2255 public synchronized int getConnectionState(BluetoothDevice device) { method in class:HeadsetClientStateMachine
2371 connectionState = getConnectionState(device);
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetService.java168 public int getConnectionState(BluetoothDevice device) { method in class:HeadsetService.BluetoothHeadsetBinder
171 return service.getConnectionState(device);
338 int connectionState = mStateMachine.getConnectionState(device);
352 int connectionState = mStateMachine.getConnectionState(device);
372 int getConnectionState(BluetoothDevice device) { method in class:HeadsetService
374 return mStateMachine.getConnectionState(device);
398 int connectionState = mStateMachine.getConnectionState(device);
412 int connectionState = mStateMachine.getConnectionState(device);
482 int connectionState = mStateMachine.getConnectionState(device);
511 int connectionState = mStateMachine.getConnectionState(devic
[all...]
H A DHeadsetStateMachine.java2073 int getConnectionState(BluetoothDevice device) { method in class:HeadsetStateMachine
2313 connectionState = getConnectionState(device);
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
H A DPanService.java216 public int getConnectionState(BluetoothDevice device) { method in class:PanService.BluetoothPanBinder
219 return service.getConnectionState(device);
260 if (getConnectionState(device) != BluetoothProfile.STATE_DISCONNECTED) {
276 int getConnectionState(BluetoothDevice device) { method in class:PanService
326 int panDeviceState = getConnectionState(device);
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterProperties.java199 int getConnectionState() { method in class:AdapterProperties
H A DAdapterService.java978 public int getConnectionState(BluetoothDevice device) { method in class:AdapterService.AdapterServiceBinder
981 return service.getConnectionState(device);
1425 return mAdapterProperties.getConnectionState();
1621 int getConnectionState(BluetoothDevice device) { method in class:AdapterService
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidService.java330 public int getConnectionState(BluetoothDevice device) { method in class:HidService.BluetoothInputDeviceBinder
333 return service.getConnectionState(device);
400 if (getConnectionState(device) != BluetoothInputDevice.STATE_DISCONNECTED) {
421 int getConnectionState(BluetoothDevice device) { method in class:HidService
433 int inputDeviceState = getConnectionState(device);
467 int state = this.getConnectionState(device);
481 int state = this.getConnectionState(device);
493 int state = this.getConnectionState(device);
507 int state = this.getConnectionState(device);
525 int state = this.getConnectionState(devic
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapService.java500 connectionState = getConnectionState(device);
511 public int getConnectionState(BluetoothDevice device) { method in class:BluetoothMapService
1131 public int getConnectionState(BluetoothDevice device) { method in class:BluetoothMapService.BluetoothMapBinder
1132 if (VERBOSE) Log.v(TAG, "getConnectionState()");
1135 return service.getConnectionState(device);
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
H A DSapService.java528 connectionState = getConnectionState(device);
539 public int getConnectionState(BluetoothDevice device) { method in class:SapService
842 public int getConnectionState(BluetoothDevice device) { method in class:SapService.SapBinder
843 Log.v(TAG, "getConnectionState()");
846 return service.getConnectionState(device);
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
H A DHealthService.java471 return getConnectionState(device);
769 private int getConnectionState(BluetoothDevice device) { method in class:HealthService
780 int healthDeviceState = getConnectionState(device);

Completed in 189 milliseconds