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

1 2 3

  /frameworks/base/core/java/android/bluetooth/
IBluetoothAvrcpController.aidl 29 int getConnectionState(in BluetoothDevice device);
IBluetoothA2dpSink.aidl 32 int getConnectionState(in BluetoothDevice device);
IBluetoothPan.aidl 34 int getConnectionState(in BluetoothDevice device);
BluetoothProfile.java 188 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);
IBluetoothHeadsetClient.aidl 37 int getConnectionState(in BluetoothDevice device);
BluetoothManager.java 92 public int getConnectionState(BluetoothDevice device, int profile) {
93 if (DBG) Log.d(TAG,"getConnectionState()");
BluetoothA2dpSink.java 332 public int getConnectionState(BluetoothDevice device) {
337 return mService.getConnectionState(device);
BluetoothAvrcpController.java 197 public int getConnectionState(BluetoothDevice device) {
202 return mService.getConnectionState(device);
BluetoothPan.java 319 public int getConnectionState(BluetoothDevice device) {
324 return mPanService.getConnectionState(device);
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpSinkService.java 108 int connectionState = mStateMachine.getConnectionState(device);
121 int connectionState = mStateMachine.getConnectionState(device);
141 int getConnectionState(BluetoothDevice device) {
143 return mStateMachine.getConnectionState(device);
201 public int getConnectionState(BluetoothDevice device) {
204 return service.getConnectionState(device);
A2dpService.java 127 int connectionState = mStateMachine.getConnectionState(device);
140 int connectionState = mStateMachine.getConnectionState(device);
160 int getConnectionState(BluetoothDevice device) {
162 return mStateMachine.getConnectionState(device);
258 public int getConnectionState(BluetoothDevice device) {
261 return service.getConnectionState(device);
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientService.java 184 public int getConnectionState(BluetoothDevice device) {
189 return service.getConnectionState(device);
447 int connectionState = mStateMachine.getConnectionState(device);
460 int connectionState = mStateMachine.getConnectionState(device);
480 int getConnectionState(BluetoothDevice device) {
482 return mStateMachine.getConnectionState(device);
509 int connectionState = mStateMachine.getConnectionState(device);
523 int connectionState = mStateMachine.getConnectionState(device);
569 int connectionState = mStateMachine.getConnectionState(device);
581 int connectionState = mStateMachine.getConnectionState(device)
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetService.java 168 public int getConnectionState(BluetoothDevice device) {
171 return service.getConnectionState(device);
338 int connectionState = mStateMachine.getConnectionState(device);
352 int connectionState = mStateMachine.getConnectionState(device);
372 int getConnectionState(BluetoothDevice device) {
374 return mStateMachine.getConnectionState(device);
398 int connectionState = mStateMachine.getConnectionState(device);
412 int connectionState = mStateMachine.getConnectionState(device);
475 int connectionState = mStateMachine.getConnectionState(device);
485 int connectionState = mStateMachine.getConnectionState(device)
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/handover/
BluetoothPeripheralHandover.java 221 if (mInput.getConnectionState(mDevice)
232 if (mHeadset.getConnectionState(mDevice)
239 if (mA2dp.getConnectionState(mDevice)
324 if (mInput.getConnectionState(mDevice)
335 if (mHeadset.getConnectionState(mDevice) !=
342 if (mA2dp.getConnectionState(mDevice) != BluetoothProfile.STATE_CONNECTED) {
  /packages/services/Telecomm/src/com/android/server/telecom/
BluetoothManager.java 145 Log.v(this, "state = " + mBluetoothHeadset.getConnectionState(device)
262 + mBluetoothHeadset.getConnectionState(device));
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
AvrcpControllerService.java 150 int getConnectionState(BluetoothDevice device) {
206 public int getConnectionState(BluetoothDevice device) {
209 return service.getConnectionState(device);
  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidService.java 330 public int getConnectionState(BluetoothDevice device) {
333 return service.getConnectionState(device);
400 if (getConnectionState(device) != BluetoothInputDevice.STATE_DISCONNECTED) {
421 int getConnectionState(BluetoothDevice device) {
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(device)
    [all...]
  /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)
  /packages/apps/Bluetooth/src/com/android/bluetooth/pan/
PanService.java 225 public int getConnectionState(BluetoothDevice device) {
228 return service.getConnectionState(device);
267 if (getConnectionState(device) != BluetoothProfile.STATE_DISCONNECTED) {
283 int getConnectionState(BluetoothDevice device) {
340 int panDeviceState = getConnectionState(device);

Completed in 285 milliseconds

1 2 3