Searched refs:getConnectionState (Results 1 - 16 of 16) 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);
236 public int getConnectionState(BluetoothDevice device) { method in class:A2dpService.BluetoothA2dpBinder
239 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.java163 public int getConnectionState(BluetoothDevice device) { method in class:HeadsetService.BluetoothHeadsetBinder
166 return service.getConnectionState(device);
317 int connectionState = mStateMachine.getConnectionState(device);
330 int connectionState = mStateMachine.getConnectionState(device);
350 int getConnectionState(BluetoothDevice device) { method in class:HeadsetService
352 return mStateMachine.getConnectionState(device);
376 int connectionState = mStateMachine.getConnectionState(device);
390 int connectionState = mStateMachine.getConnectionState(device);
453 int connectionState = mStateMachine.getConnectionState(device);
463 int connectionState = mStateMachine.getConnectionState(devic
[all...]
H A DHeadsetStateMachine.java1037 int getConnectionState(BluetoothDevice device) { method in class:HeadsetStateMachine
1226 connectionState = 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/Nfc/src/com/android/nfc/handover/
H A DBluetoothHeadsetHandover.java191 if (mHeadset.getConnectionState(mDevice) != BluetoothProfile.STATE_DISCONNECTED) {
197 if (mA2dp.getConnectionState(mDevice) != BluetoothProfile.STATE_DISCONNECTED) {
255 if (mHeadset.getConnectionState(mDevice) != BluetoothProfile.STATE_CONNECTED) {
261 if (mA2dp.getConnectionState(mDevice) != BluetoothProfile.STATE_CONNECTED) {
/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/Settings/src/com/android/settings/bluetooth/
H A DA2dpProfile.java138 return mService.getConnectionState(device);
H A DHidProfile.java118 ? mService.getConnectionState(device)
H A DPanProfile.java105 return mService.getConnectionState(device);
H A DHeadsetProfile.java143 ? mService.getConnectionState(device)
/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);
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterProperties.java186 int getConnectionState() { method in class:AdapterProperties
H A DAdapterService.java1027 return mAdapterProperties.getConnectionState();
/packages/apps/VoiceDialer/src/com/android/voicedialer/
H A DVoiceDialerActivity.java425 int state = mBluetoothHeadset.getConnectionState(mBluetoothDevice);
/packages/apps/Phone/src/com/android/phone/
H A DInCallScreen.java4106 mBluetoothHeadset.getConnectionState(device));
4202 + mBluetoothHeadset.getConnectionState(device));

Completed in 1151 milliseconds