HomeSort by relevance Sort by last modified time
    Searched refs:getConnectionState (Results 1 - 25 of 40) sorted by null

1 2

  /frameworks/base/core/java/android/bluetooth/
IBluetoothA2dp.aidl 32 int getConnectionState(in BluetoothDevice device);
IBluetoothPan.aidl 34 int getConnectionState(in BluetoothDevice device);
BluetoothProfile.java 164 public int getConnectionState(BluetoothDevice device);
IBluetoothInputDevice.aidl 32 int getConnectionState(in BluetoothDevice device);
IBluetoothHeadset.aidl 32 int getConnectionState(in BluetoothDevice device);
BluetoothManager.java 92 public int getConnectionState(BluetoothDevice device, int profile) {
93 if (DBG) Log.d(TAG,"getConnectionState()");
BluetoothA2dp.java 306 public int getConnectionState(BluetoothDevice device) {
311 return mService.getConnectionState(device);
BluetoothPan.java 303 public int getConnectionState(BluetoothDevice device) {
308 return mPanService.getConnectionState(device);
BluetoothInputDevice.java 381 public int getConnectionState(BluetoothDevice device) {
385 return mService.getConnectionState(device);
BluetoothHeadset.java 424 public int getConnectionState(BluetoothDevice device) {
425 if (VDBG) log("getConnectionState(" + device + ")");
429 return mService.getConnectionState(device);
    [all...]
BluetoothHealth.java 352 public int getConnectionState(BluetoothDevice device) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpService.java 122 int connectionState = mStateMachine.getConnectionState(device);
135 int connectionState = mStateMachine.getConnectionState(device);
155 int getConnectionState(BluetoothDevice device) {
157 return mStateMachine.getConnectionState(device);
236 public int getConnectionState(BluetoothDevice device) {
239 return service.getConnectionState(device);
A2dpStateMachine.java 583 int getConnectionState(BluetoothDevice device) {
665 connectionState = getConnectionState(device);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetService.java 163 public int getConnectionState(BluetoothDevice device) {
166 return service.getConnectionState(device);
317 int connectionState = mStateMachine.getConnectionState(device);
330 int connectionState = mStateMachine.getConnectionState(device);
350 int getConnectionState(BluetoothDevice device) {
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(device)
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidService.java 313 public int getConnectionState(BluetoothDevice device) {
316 return service.getConnectionState(device);
383 if (getConnectionState(device) != BluetoothInputDevice.STATE_DISCONNECTED) {
404 int getConnectionState(BluetoothDevice device) {
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(device)
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/handover/
BluetoothHeadsetHandover.java 191 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/
PanService.java 246 public int getConnectionState(BluetoothDevice device) {
249 return service.getConnectionState(device);
289 if (getConnectionState(device) != BluetoothProfile.STATE_DISCONNECTED) {
305 int getConnectionState(BluetoothDevice device) {
350 int panDeviceState = getConnectionState(device);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BluetoothController.java 62 handleConnectionStateChange(adapter.getConnectionState());
  /packages/apps/Settings/src/com/android/settings/bluetooth/
A2dpProfile.java 138 return mService.getConnectionState(device);
HidProfile.java 118 ? mService.getConnectionState(device)
PanProfile.java 105 return mService.getConnectionState(device);
HeadsetProfile.java 143 ? mService.getConnectionState(device)
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBarPolicy.java 171 if (adapter.getConnectionState() == BluetoothAdapter.STATE_CONNECTED) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
HealthService.java 468 return getConnectionState(device);
766 private int getConnectionState(BluetoothDevice device)
    [all...]

Completed in 692 milliseconds

1 2