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

/packages/services/Telecomm/src/com/android/server/telecom/
H A DBluetoothHeadsetProxy.java55 public int getConnectionState(BluetoothDevice device) { method in class:BluetoothHeadsetProxy
56 return mBluetoothHeadset.getConnectionState(device);
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpService.java190 int connectionState = mStateMachine.getConnectionState(device);
203 int connectionState = mStateMachine.getConnectionState(device);
223 public int getConnectionState(BluetoothDevice device) { method in class:A2dpService
225 return mStateMachine.getConnectionState(device);
388 public int getConnectionState(BluetoothDevice device) { method in class:A2dpService.BluetoothA2dpBinder
391 return service.getConnectionState(device);
H A DA2dpStateMachine.java254 (getConnectionState(mTargetDevice) == BluetoothProfile.STATE_CONNECTING)) {
732 int getConnectionState(BluetoothDevice device) { method in class:A2dpStateMachine
896 connectionState = getConnectionState(device);
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
H A DA2dpSinkService.java127 int connectionState = mStateMachine.getConnectionState(device);
144 int connectionState = mStateMachine.getConnectionState(device);
164 int getConnectionState(BluetoothDevice device) { method in class:A2dpSinkService
166 return mStateMachine.getConnectionState(device);
292 public int getConnectionState(BluetoothDevice device) { method in class:A2dpSinkService.BluetoothA2dpSinkBinder
295 return service.getConnectionState(device);
H A DA2dpSinkStateMachine.java653 int getConnectionState(BluetoothDevice device) { method in class:A2dpSinkStateMachine
735 connectionState = getConnectionState(device);
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
H A DMapClientService.java103 connectionState = getConnectionState(device);
115 public synchronized int getConnectionState(BluetoothDevice device) { method in class:MapClientService
239 return service.getConnectionState(device) == BluetoothProfile.STATE_CONNECTED;
270 public int getConnectionState(BluetoothDevice device) { method in class:MapClientService.Binder
271 if (VDBG) Log.v(TAG, "getConnectionState()");
274 return service.getConnectionState(device);
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
H A DPbapClientService.java139 if (getConnectionState(device) == BluetoothProfile.STATE_CONNECTED) {
217 public int getConnectionState(BluetoothDevice device) { method in class:PbapClientService.BluetoothPbapClientBinder
222 return service.getConnectionState(device);
332 int currentDeviceState = stateMachineEntry.getValue().getConnectionState();
343 int getConnectionState(BluetoothDevice device) { method in class:PbapClientService
350 return pbapClientStateMachine.getConnectionState(device);
H A DPbapClientStateMachine.java355 public int getConnectionState() { method in class:PbapClientStateMachine
374 clientState = getConnectionState();
388 public int getConnectionState(BluetoothDevice device) { method in class:PbapClientStateMachine
394 return getConnectionState();
/packages/services/Car/service/src/com/android/car/
H A DBluetoothDevicesInfo.java111 public int getConnectionState() { method in class:BluetoothDevicesInfo.DeviceInfo
277 state = devInfo.getConnectionState();
297 if (devInfo.getConnectionState() == BluetoothProfile.STATE_CONNECTED) {
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetService.java166 public int getConnectionState(BluetoothDevice device) { method in class:HeadsetService.BluetoothHeadsetBinder
169 return service.getConnectionState(device);
355 int connectionState = mStateMachine.getConnectionState(device);
368 int connectionState = mStateMachine.getConnectionState(device);
388 public int getConnectionState(BluetoothDevice device) { method in class:HeadsetService
390 return mStateMachine.getConnectionState(device);
411 int connectionState = mStateMachine.getConnectionState(device);
425 int connectionState = mStateMachine.getConnectionState(device);
506 int connectionState = mStateMachine.getConnectionState(device);
534 int connectionState = mStateMachine.getConnectionState(devic
[all...]
H A DHeadsetStateMachine.java2026 int getConnectionState(BluetoothDevice device) { method in class:HeadsetStateMachine
2262 connectionState = getConnectionState(device);
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientService.java248 public int getConnectionState(BluetoothDevice device) { method in class:HeadsetClientService.BluetoothHeadsetClientBinder
253 return service.getConnectionState(device);
509 int connectionState = sm.getConnectionState(device);
525 if (sm != null && sm.getConnectionState(bd) == BluetoothProfile.STATE_CONNECTED) {
538 if (sm != null && sm.getConnectionState(bd) == state) {
546 private synchronized int getConnectionState(BluetoothDevice device) { method in class:HeadsetClientService
550 return sm.getConnectionState(device);
637 int connectionState = sm.getConnectionState(device);
655 int connectionState = sm.getConnectionState(device);
674 int connectionState = sm.getConnectionState(devic
[all...]
H A DHeadsetClientStateMachine.java1595 public synchronized int getConnectionState(BluetoothDevice device) { method in class:HeadsetClientStateMachine
1705 connectionState = getConnectionState(device);
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterProperties.java259 int getConnectionState() { method in class:AdapterProperties
H A DAdapterService.java1051 public int getConnectionState(BluetoothDevice device) { method in class:AdapterService.AdapterServiceBinder
1054 return service.getConnectionState(device);
1525 return mAdapterProperties.getConnectionState();
1633 int getConnectionState(BluetoothDevice device) { method in class:AdapterService
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidDevService.java369 public int getConnectionState(BluetoothDevice device) { method in class:HidDevService.BluetoothHidDeviceBinder
370 if (DBG) Log.v(TAG, "getConnectionState(): device=" + device);
377 return service.getConnectionState(device);
535 int getConnectionState(BluetoothDevice device) { method in class:HidDevService
H A DHidService.java101 int inputDeviceState = getConnectionState(device);
332 public int getConnectionState(BluetoothDevice device) { method in class:HidService.BluetoothInputDeviceBinder
335 return service.getConnectionState(device);
402 if (getConnectionState(device) != BluetoothInputDevice.STATE_DISCONNECTED) {
423 int getConnectionState(BluetoothDevice device) { method in class:HidService
435 int inputDeviceState = getConnectionState(device);
469 int state = this.getConnectionState(device);
483 int state = this.getConnectionState(device);
495 int state = this.getConnectionState(device);
509 int state = this.getConnectionState(devic
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
H A DPanService.java244 public int getConnectionState(BluetoothDevice device) { method in class:PanService.BluetoothPanBinder
247 return service.getConnectionState(device);
288 if (getConnectionState(device) != BluetoothProfile.STATE_DISCONNECTED) {
304 public int getConnectionState(BluetoothDevice device) { method in class:PanService
376 int panDeviceState = getConnectionState(device);
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
H A DSapService.java522 connectionState = getConnectionState(device);
533 public int getConnectionState(BluetoothDevice device) { method in class:SapService
851 public int getConnectionState(BluetoothDevice device) { method in class:SapService.SapBinder
852 Log.v(TAG, "getConnectionState()");
855 return service.getConnectionState(device);
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
H A DHealthService.java474 return getConnectionState(device);
771 private int getConnectionState(BluetoothDevice device) { method in class:HealthService
782 int healthDeviceState = getConnectionState(device);
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapService.java540 connectionState = getConnectionState(device);
551 public int getConnectionState(BluetoothDevice device) { method in class:BluetoothMapService
1215 public int getConnectionState(BluetoothDevice device) { method in class:BluetoothMapService.BluetoothMapBinder
1216 if (VERBOSE) Log.v(TAG, "getConnectionState()");
1219 return service.getConnectionState(device);
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
H A DAvrcpControllerService.java301 public synchronized int getConnectionState(BluetoothDevice device) { method in class:AvrcpControllerService
686 public int getConnectionState(BluetoothDevice device) { method in class:AvrcpControllerService.BluetoothAvrcpControllerBinder
696 return service.getConnectionState(device);

Completed in 1176 milliseconds