Searched defs:getConnectionState (Results 1 - 15 of 15) 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.java127 int connectionState = mStateMachine.getConnectionState(device);
140 int connectionState = mStateMachine.getConnectionState(device);
160 int getConnectionState(BluetoothDevice device) { method in class:A2dpService
162 return mStateMachine.getConnectionState(device);
258 public int getConnectionState(BluetoothDevice device) { method in class:A2dpService.BluetoothA2dpBinder
261 return service.getConnectionState(device);
H A DA2dpStateMachine.java581 int getConnectionState(BluetoothDevice device) { method in class:A2dpStateMachine
663 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.java150 int getConnectionState(BluetoothDevice device) { method in class:AvrcpControllerService
206 public int getConnectionState(BluetoothDevice device) { method in class:AvrcpControllerService.BluetoothAvrcpControllerBinder
209 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.java2247 public synchronized int getConnectionState(BluetoothDevice device) { method in class:HeadsetClientStateMachine
2363 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);
475 int connectionState = mStateMachine.getConnectionState(device);
485 int connectionState = mStateMachine.getConnectionState(devic
[all...]
H A DHeadsetStateMachine.java2024 int getConnectionState(BluetoothDevice device) { method in class:HeadsetStateMachine
2252 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);
259 if (getConnectionState(device) != BluetoothProfile.STATE_DISCONNECTED) {
275 int getConnectionState(BluetoothDevice device) { method in class:PanService
325 int panDeviceState = getConnectionState(device);
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterProperties.java195 int getConnectionState() { method in class:AdapterProperties
H A DAdapterService.java874 public int getConnectionState(BluetoothDevice device) { method in class:AdapterService.AdapterServiceBinder
877 return service.getConnectionState(device);
1290 return mAdapterProperties.getConnectionState();
1476 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.java494 connectionState = getConnectionState(device);
505 public int getConnectionState(BluetoothDevice device) { method in class:BluetoothMapService
1068 public int getConnectionState(BluetoothDevice device) { method in class:BluetoothMapService.BluetoothMapBinder
1069 if (VERBOSE) Log.v(TAG, "getConnectionState()");
1072 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 219 milliseconds