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

1 2

  /frameworks/base/core/java/android/bluetooth/
IBluetoothPan.aidl 34 int getConnectionState(in BluetoothDevice device);
BluetoothProfile.java 170 public int getConnectionState(BluetoothDevice device);
IBluetoothA2dp.aidl 32 int getConnectionState(in BluetoothDevice device);
IBluetoothMap.aidl 34 int getConnectionState(in 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()");
BluetoothPan.java 319 public int getConnectionState(BluetoothDevice device) {
324 return mPanService.getConnectionState(device);
BluetoothA2dp.java 313 public int getConnectionState(BluetoothDevice device) {
318 return mService.getConnectionState(device);
BluetoothMap.java 302 public int getConnectionState(BluetoothDevice device) {
303 if (DBG) log("getConnectionState(" + device + ")");
307 return mService.getConnectionState(device);
BluetoothInputDevice.java 387 public int getConnectionState(BluetoothDevice device) {
391 return mService.getConnectionState(device);
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetService.java 167 public int getConnectionState(BluetoothDevice device) {
170 return service.getConnectionState(device);
325 int connectionState = mStateMachine.getConnectionState(device);
338 int connectionState = mStateMachine.getConnectionState(device);
358 int getConnectionState(BluetoothDevice device) {
360 return mStateMachine.getConnectionState(device);
384 int connectionState = mStateMachine.getConnectionState(device);
398 int connectionState = mStateMachine.getConnectionState(device);
461 int connectionState = mStateMachine.getConnectionState(device);
471 int connectionState = mStateMachine.getConnectionState(device)
    [all...]
  /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);
249 public int getConnectionState(BluetoothDevice device) {
252 return service.getConnectionState(device);
  /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/Settings/src/com/android/settings/bluetooth/
MapProfile.java 135 if(V) Log.d(TAG,"getConnectionStatus: status is: "+ mService.getConnectionState(device));
138 ? mService.getConnectionState(device)
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)
  /packages/services/Telephony/src/com/android/phone/
BluetoothManager.java 127 mBluetoothHeadset.getConnectionState(device));
340 + mBluetoothHeadset.getConnectionState(device));
  /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);
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 553 connectionState = getConnectionState(device);
564 public int getConnectionState(BluetoothDevice device) {
775 public int getConnectionState(BluetoothDevice device) {
776 if (VERBOSE) Log.v(TAG, "getConnectionState()");
779 return service.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 133 if (adapter.getConnectionState() == BluetoothAdapter.STATE_CONNECTED) {

Completed in 592 milliseconds

1 2