Home
last modified time | relevance | path

Searched refs:getConnectionState (Results 1 – 25 of 30) sorted by relevance

12

/frameworks/base/core/java/android/bluetooth/
DIBluetoothAvrcpController.aidl29 int getConnectionState(in BluetoothDevice device); in getConnectionState() method
DIBluetoothPan.aidl34 int getConnectionState(in BluetoothDevice device); in getConnectionState() method
DIBluetoothA2dpSink.aidl32 int getConnectionState(in BluetoothDevice device); in getConnectionState() method
DIBluetoothMap.aidl34 int getConnectionState(in BluetoothDevice device); in getConnectionState() method
DIBluetoothA2dp.aidl32 int getConnectionState(in BluetoothDevice device); in getConnectionState() method
DBluetoothProfile.java188 public int getConnectionState(BluetoothDevice device); in getConnectionState() method
DIBluetoothInputDevice.aidl32 int getConnectionState(in BluetoothDevice device); in getConnectionState() method
DBluetoothAvrcpController.java197 public int getConnectionState(BluetoothDevice device) { in getConnectionState() method in BluetoothAvrcpController
202 return mService.getConnectionState(device); in getConnectionState()
DIBluetoothHeadset.aidl32 int getConnectionState(in BluetoothDevice device); in getConnectionState() method
DBluetoothPan.java319 public int getConnectionState(BluetoothDevice device) { in getConnectionState() method in BluetoothPan
324 return mPanService.getConnectionState(device); in getConnectionState()
DBluetoothA2dpSink.java332 public int getConnectionState(BluetoothDevice device) { in getConnectionState() method in BluetoothA2dpSink
337 return mService.getConnectionState(device); in getConnectionState()
DIBluetoothHeadsetClient.aidl37 int getConnectionState(in BluetoothDevice device); in getConnectionState() method
DBluetoothMap.java301 public int getConnectionState(BluetoothDevice device) { in getConnectionState() method in BluetoothMap
306 return mService.getConnectionState(device); in getConnectionState()
DBluetoothA2dp.java319 public int getConnectionState(BluetoothDevice device) { in getConnectionState() method in BluetoothA2dp
324 return mService.getConnectionState(device); in getConnectionState()
DIBluetooth.aidl62 int getConnectionState(in BluetoothDevice device); in getConnectionState() method
DBluetoothManager.java92 public int getConnectionState(BluetoothDevice device, int profile) { in getConnectionState() method in BluetoothManager
DBluetoothInputDevice.java405 public int getConnectionState(BluetoothDevice device) { in getConnectionState() method in BluetoothInputDevice
409 return mService.getConnectionState(device); in getConnectionState()
DBluetoothDevice.java959 return sService.getConnectionState(this) != CONNECTION_STATE_DISCONNECTED; in isConnected()
981 return sService.getConnectionState(this) > CONNECTION_STATE_CONNECTED; in isEncrypted()
DBluetoothHeadset.java434 public int getConnectionState(BluetoothDevice device) { in getConnectionState() method in BluetoothHeadset
439 return mService.getConnectionState(device); in getConnectionState()
DBluetoothHeadsetClient.java568 public int getConnectionState(BluetoothDevice device) { in getConnectionState() method in BluetoothHeadsetClient
573 return mService.getConnectionState(device); in getConnectionState()
DBluetoothHealth.java349 public int getConnectionState(BluetoothDevice device) { in getConnectionState() method in BluetoothHealth
DBluetoothGattServer.java702 public int getConnectionState(BluetoothDevice device) { in getConnectionState() method in BluetoothGattServer
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothTestUtils.java940 int state = proxy.getConnectionState(device); in connectProfile()
966 state = proxy.getConnectionState(device); in connectProfile()
1021 int state = proxy.getConnectionState(device); in disconnectProfile()
1047 state = proxy.getConnectionState(device); in disconnectProfile()
1129 int state = mPan.getConnectionState(device); in connectPanOrIncomingPanConnection()
1152 state = mPan.getConnectionState(device); in connectPanOrIncomingPanConnection()
1234 int state = mPan.getConnectionState(device); in disconnectFromRemoteOrVerifyConnectNap()
1256 state = mPan.getConnectionState(device); in disconnectFromRemoteOrVerifyConnectNap()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBluetoothControllerImpl.java171 && mAdapter.getConnectionState() == BluetoothAdapter.STATE_CONNECTED; in isBluetoothConnected()
177 && mAdapter.getConnectionState() == BluetoothAdapter.STATE_CONNECTING; in isBluetoothConnecting()
332 int state = mProfiles.valueAt(j).getConnectionState(device); in handleUpdateConnectionStates()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarPolicy.java273 if (adapter.getConnectionState() == BluetoothAdapter.STATE_CONNECTED) { in updateBluetooth()

12