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

/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpService.java115 int connectionState = mStateMachine.getConnectionState(device);
128 int connectionState = mStateMachine.getConnectionState(device);
148 int getConnectionState(BluetoothDevice device) { method in class:A2dpService
150 return mStateMachine.getConnectionState(device);
229 public int getConnectionState(BluetoothDevice device) { method in class:A2dpService.BluetoothA2dpBinder
232 return service.getConnectionState(device);
H A DA2dpStateMachine.java584 int getConnectionState(BluetoothDevice device) { method in class:A2dpStateMachine
666 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.java188 if (mHeadset.getConnectionState(mDevice) != BluetoothProfile.STATE_DISCONNECTED) {
194 if (mA2dp.getConnectionState(mDevice) != BluetoothProfile.STATE_DISCONNECTED) {
252 if (mHeadset.getConnectionState(mDevice) != BluetoothProfile.STATE_CONNECTED) {
258 if (mA2dp.getConnectionState(mDevice) != BluetoothProfile.STATE_CONNECTED) {
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
H A DPanService.java202 public int getConnectionState(BluetoothDevice device) { method in class:PanService.BluetoothPanBinder
205 return service.getConnectionState(device);
245 if (getConnectionState(device) != BluetoothProfile.STATE_DISCONNECTED) {
261 int getConnectionState(BluetoothDevice device) { method in class:PanService
306 int panDeviceState = getConnectionState(device);
/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DA2dpProfile.java118 return mService.getConnectionState(device);
H A DHidProfile.java96 ? 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.java457 return getConnectionState(device);
755 private int getConnectionState(BluetoothDevice device) { method in class:HealthService
766 int healthDeviceState = getConnectionState(device);
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterProperties.java185 int getConnectionState() { method in class:AdapterProperties
H A DAdapterService.java1016 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.java4108 mBluetoothHeadset.getConnectionState(device));
4204 + mBluetoothHeadset.getConnectionState(device));

Completed in 1514 milliseconds