Searched refs: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);
H A DBluetoothManager.java216 Log.v(this, "state = " + mBluetoothHeadset.getConnectionState(device)
367 + mBluetoothHeadset.getConnectionState(device));
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientService.java207 public int getConnectionState(BluetoothDevice device) { method in class:HeadsetClientService.BluetoothHeadsetClientBinder
212 return service.getConnectionState(device);
488 int connectionState = mStateMachine.getConnectionState(device);
501 int connectionState = mStateMachine.getConnectionState(device);
521 int getConnectionState(BluetoothDevice device) { method in class:HeadsetClientService
523 return mStateMachine.getConnectionState(device);
550 int connectionState = mStateMachine.getConnectionState(device);
564 int connectionState = mStateMachine.getConnectionState(device);
618 int connectionState = mStateMachine.getConnectionState(device);
630 int connectionState = mStateMachine.getConnectionState(devic
[all...]
H A DHeadsetClientStateMachine.java2257 public synchronized int getConnectionState(BluetoothDevice device) { method in class:HeadsetClientStateMachine
2372 connectionState = getConnectionState(device);
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
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);
279 public int getConnectionState(BluetoothDevice device) { method in class:A2dpService.BluetoothA2dpBinder
282 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);
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
H A DA2dpSinkService.java123 int connectionState = mStateMachine.getConnectionState(device);
136 int connectionState = mStateMachine.getConnectionState(device);
156 int getConnectionState(BluetoothDevice device) { method in class:A2dpSinkService
158 return mStateMachine.getConnectionState(device);
284 public int getConnectionState(BluetoothDevice device) { method in class:A2dpSinkService.BluetoothA2dpSinkBinder
287 return service.getConnectionState(device);
H A DA2dpSinkStateMachine.java646 int getConnectionState(BluetoothDevice device) { method in class:A2dpSinkStateMachine
723 connectionState = getConnectionState(device);
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
H A DPbapClientService.java191 public int getConnectionState(BluetoothDevice device) { method in class:PbapClientService.BluetoothPbapClientBinder
196 return service.getConnectionState(device);
262 int connectionState = mClient.getConnectionState();
288 int clientState = mClient.getConnectionState();
302 int getConnectionState(BluetoothDevice device) { method in class:PbapClientService
305 return mClient.getConnectionState();
H A DPbapPCEClient.java89 public int getConnectionState() { method in class:PbapPCEClient
185 int oldState = getConnectionState();
204 int oldState = getConnectionState();
206 int newState = getConnectionState();
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetService.java170 public int getConnectionState(BluetoothDevice device) { method in class:HeadsetService.BluetoothHeadsetBinder
173 return service.getConnectionState(device);
355 int connectionState = mStateMachine.getConnectionState(device);
369 int connectionState = mStateMachine.getConnectionState(device);
389 int getConnectionState(BluetoothDevice device) { method in class:HeadsetService
391 return mStateMachine.getConnectionState(device);
415 int connectionState = mStateMachine.getConnectionState(device);
429 int connectionState = mStateMachine.getConnectionState(device);
507 int connectionState = mStateMachine.getConnectionState(device);
536 int connectionState = mStateMachine.getConnectionState(devic
[all...]
H A DHeadsetStateMachine.java2076 int getConnectionState(BluetoothDevice device) { method in class:HeadsetStateMachine
2327 connectionState = getConnectionState(device);
/packages/apps/Nfc/src/com/android/nfc/handover/
H A DBluetoothPeripheralHandover.java224 if (mInput.getConnectionState(mDevice)
234 if (mHeadset.getConnectionState(mDevice)
241 if (mA2dp.getConnectionState(mDevice)
330 if (mInput.getConnectionState(mDevice)
340 if (mHeadset.getConnectionState(mDevice) !=
347 if (mA2dp.getConnectionState(mDevice) != BluetoothProfile.STATE_CONNECTED) {
/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/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/sap/
H A DSapService.java531 connectionState = getConnectionState(device);
542 public int getConnectionState(BluetoothDevice device) { method in class:SapService
854 public int getConnectionState(BluetoothDevice device) { method in class:SapService.SapBinder
855 Log.v(TAG, "getConnectionState()");
858 return service.getConnectionState(device);
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapService.java552 connectionState = getConnectionState(device);
563 public int getConnectionState(BluetoothDevice device) { method in class:BluetoothMapService
1245 public int getConnectionState(BluetoothDevice device) { method in class:BluetoothMapService.BluetoothMapBinder
1246 if (VERBOSE) Log.v(TAG, "getConnectionState()");
1249 return service.getConnectionState(device);
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
H A DAvrcpControllerService.java195 int getConnectionState(BluetoothDevice device) { method in class:AvrcpControllerService
420 public int getConnectionState(BluetoothDevice device) { method in class:AvrcpControllerService.BluetoothAvrcpControllerBinder
423 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);
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterProperties.java186 int getConnectionState() { method in class:AdapterProperties
H A DAdapterService.java1129 public int getConnectionState(BluetoothDevice device) { method in class:AdapterService.AdapterServiceBinder
1132 return service.getConnectionState(device);
1579 return mAdapterProperties.getConnectionState();
1908 int getConnectionState(BluetoothDevice device) { method in class:AdapterService
/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothSettings.java522 defaultAdapter.getConnectionState() == BluetoothAdapter.STATE_CONNECTED;

Completed in 587 milliseconds