/frameworks/base/core/java/android/server/ |
D | BluetoothA2dpService.java | 234 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()
|
D | BluetoothService.java | 1870 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/ |
D | BluetoothProfile.java | 154 public int getConnectionState(BluetoothDevice device); in getConnectionState() method
|
D | IBluetoothA2dp.aidl | 32 int getConnectionState(in BluetoothDevice device); in getConnectionState() method
|
D | IBluetoothHeadset.aidl | 32 int getConnectionState(in BluetoothDevice device); in getConnectionState() method
|
D | BluetoothA2dp.java | 251 public int getConnectionState(BluetoothDevice device) { in getConnectionState() method in BluetoothA2dp 256 return mService.getConnectionState(device); in getConnectionState()
|
D | BluetoothHeadset.java | 366 public int getConnectionState(BluetoothDevice device) { in getConnectionState() method in BluetoothHeadset 371 return mService.getConnectionState(device); in getConnectionState()
|
D | BluetoothPan.java | 257 public int getConnectionState(BluetoothDevice device) { in getConnectionState() method in BluetoothPan
|
D | BluetoothInputDevice.java | 238 public int getConnectionState(BluetoothDevice device) { in getConnectionState() method in BluetoothInputDevice
|
D | BluetoothHealth.java | 317 public int getConnectionState(BluetoothDevice device) { in getConnectionState() method in BluetoothHealth
|
D | BluetoothAdapter.java | 798 public int getConnectionState() { in getConnectionState() method in BluetoothAdapter
|
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
D | BluetoothTestUtils.java | 928 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/ |
D | BluetoothController.java | 52 handleConnectionStateChange(adapter.getConnectionState()); in BluetoothController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PhoneStatusBarPolicy.java | 170 if (adapter.getConnectionState() == BluetoothAdapter.STATE_CONNECTED) { in PhoneStatusBarPolicy()
|
/frameworks/base/media/java/android/media/ |
D | AudioService.java | 2005 int state = a2dp.getConnectionState(btDevice);
|
/frameworks/base/api/ |
D | 14.txt | 4220 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);
|
D | 15.txt | 4225 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);
|
D | current.txt | 4433 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);
|
D | 16.txt | 4433 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);
|