Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/server/
DBluetoothA2dpService.java234 int state = getConnectionState(device); in onBluetoothDisable()
285 if (getConnectionState(sinkDevice) != BluetoothProfile.STATE_DISCONNECTED) { in connect()
336 int state = getConnectionState(device); in isDisconnectSinkFeasible()
354 int state = getConnectionState(device); in disconnectSinkInternal()
405 public synchronized int getConnectionState(BluetoothDevice device) { in getConnectionState() method in BluetoothA2dpService
424 int sinkState = getConnectionState(device); in getDevicesMatchingConnectionStates()
594 int state = getConnectionState(device); in onConnectSinkResult()
DBluetoothService.java1870 switch (mInputDevice.getConnectionState(device)) { in dumpInputDeviceProfile()
1903 switch (mPan.getConnectionState(device)) { in dumpPanProfile()
1927 switch (mHeadsetProxy.getConnectionState(device)) { in dumpHeadsetConnectionState()
/frameworks/base/core/java/android/bluetooth/
DBluetoothProfile.java154 public int getConnectionState(BluetoothDevice device); in getConnectionState() method
DIBluetoothA2dp.aidl32 int getConnectionState(in BluetoothDevice device); in getConnectionState() method
DIBluetoothHeadset.aidl32 int getConnectionState(in BluetoothDevice device); in getConnectionState() method
DBluetoothA2dp.java251 public int getConnectionState(BluetoothDevice device) { in getConnectionState() method in BluetoothA2dp
256 return mService.getConnectionState(device); in getConnectionState()
DBluetoothHeadset.java366 public int getConnectionState(BluetoothDevice device) { in getConnectionState() method in BluetoothHeadset
371 return mService.getConnectionState(device); in getConnectionState()
DBluetoothPan.java257 public int getConnectionState(BluetoothDevice device) { in getConnectionState() method in BluetoothPan
DBluetoothInputDevice.java238 public int getConnectionState(BluetoothDevice device) { in getConnectionState() method in BluetoothInputDevice
DBluetoothHealth.java317 public int getConnectionState(BluetoothDevice device) { in getConnectionState() method in BluetoothHealth
DBluetoothAdapter.java798 public int getConnectionState() { in getConnectionState() method in BluetoothAdapter
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothTestUtils.java928 int state = proxy.getConnectionState(device); in connectProfile()
954 state = proxy.getConnectionState(device); in connectProfile()
1009 int state = proxy.getConnectionState(device); in disconnectProfile()
1035 state = proxy.getConnectionState(device); in disconnectProfile()
1117 int state = mPan.getConnectionState(device); in connectPanOrIncomingPanConnection()
1140 state = mPan.getConnectionState(device); in connectPanOrIncomingPanConnection()
1222 int state = mPan.getConnectionState(device); in disconnectFromRemoteOrVerifyConnectNap()
1244 state = mPan.getConnectionState(device); in disconnectFromRemoteOrVerifyConnectNap()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBluetoothController.java52 handleConnectionStateChange(adapter.getConnectionState()); in BluetoothController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarPolicy.java170 if (adapter.getConnectionState() == BluetoothAdapter.STATE_CONNECTED) { in PhoneStatusBarPolicy()
/frameworks/base/media/java/android/media/
DAudioService.java2005 int state = a2dp.getConnectionState(btDevice);
/frameworks/base/api/
D14.txt4220 method public int getConnectionState(android.bluetooth.BluetoothDevice);
4502 method public int getConnectionState(android.bluetooth.BluetoothDevice);
4528 method public int getConnectionState(android.bluetooth.BluetoothDevice);
4564 method public abstract int getConnectionState(android.bluetooth.BluetoothDevice);
D15.txt4225 method public int getConnectionState(android.bluetooth.BluetoothDevice);
4511 method public int getConnectionState(android.bluetooth.BluetoothDevice);
4537 method public int getConnectionState(android.bluetooth.BluetoothDevice);
4573 method public abstract int getConnectionState(android.bluetooth.BluetoothDevice);
Dcurrent.txt4433 method public int getConnectionState(android.bluetooth.BluetoothDevice);
4720 method public int getConnectionState(android.bluetooth.BluetoothDevice);
4746 method public int getConnectionState(android.bluetooth.BluetoothDevice);
4782 method public abstract int getConnectionState(android.bluetooth.BluetoothDevice);
D16.txt4433 method public int getConnectionState(android.bluetooth.BluetoothDevice);
4720 method public int getConnectionState(android.bluetooth.BluetoothDevice);
4746 method public int getConnectionState(android.bluetooth.BluetoothDevice);
4782 method public abstract int getConnectionState(android.bluetooth.BluetoothDevice);