Searched refs:getConnectionState (Results 1 - 15 of 15) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothProfile.java154 public int getConnectionState(BluetoothDevice device); method in interface:BluetoothProfile
H A DIBluetoothA2dp.aidl32 int getConnectionState(in BluetoothDevice device);
H A DIBluetoothHeadset.aidl32 int getConnectionState(in BluetoothDevice device);
H A DBluetoothA2dp.java251 public int getConnectionState(BluetoothDevice device) { method in class:BluetoothA2dp
256 return mService.getConnectionState(device);
H A DBluetoothInputDevice.java238 public int getConnectionState(BluetoothDevice device) { method in class:BluetoothInputDevice
H A DBluetoothPan.java257 public int getConnectionState(BluetoothDevice device) { method in class:BluetoothPan
H A DBluetoothHeadset.java366 public int getConnectionState(BluetoothDevice device) { method in class:BluetoothHeadset
367 if (DBG) log("getConnectionState(" + device + ")");
371 return mService.getConnectionState(device);
H A DBluetoothHealth.java317 public int getConnectionState(BluetoothDevice device) { method in class:BluetoothHealth
H A DBluetoothAdapter.java798 public int getConnectionState() { method in class:BluetoothAdapter
802 } catch (RemoteException e) {Log.e(TAG, "getConnectionState:", e);}
/frameworks/base/core/java/android/server/
H A DBluetoothA2dpService.java234 int state = getConnectionState(device);
285 if (getConnectionState(sinkDevice) != BluetoothProfile.STATE_DISCONNECTED) {
336 int state = getConnectionState(device);
354 int state = getConnectionState(device);
405 public synchronized int getConnectionState(BluetoothDevice device) { method in class:BluetoothA2dpService
424 int sinkState = getConnectionState(device);
594 int state = getConnectionState(device);
H A DBluetoothService.java1870 switch (mInputDevice.getConnectionState(device)) {
1872 pw.println("getConnectionState() = STATE_CONNECTING");
1875 pw.println("getConnectionState() = STATE_CONNECTED");
1878 pw.println("getConnectionState() = STATE_DISCONNECTING");
1903 switch (mPan.getConnectionState(device)) {
1905 pw.println("getConnectionState() = STATE_CONNECTING");
1908 pw.println("getConnectionState() = STATE_CONNECTED");
1911 pw.println("getConnectionState() = STATE_DISCONNECTING");
1927 switch (mHeadsetProxy.getConnectionState(device)) {
1929 pw.println("getConnectionState()
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBluetoothController.java52 handleConnectionStateChange(adapter.getConnectionState());
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothTestUtils.java928 int state = proxy.getConnectionState(device);
954 state = proxy.getConnectionState(device);
1009 int state = proxy.getConnectionState(device);
1035 state = proxy.getConnectionState(device);
1117 int state = mPan.getConnectionState(device);
1140 state = mPan.getConnectionState(device);
1222 int state = mPan.getConnectionState(device);
1244 state = mPan.getConnectionState(device);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarPolicy.java170 if (adapter.getConnectionState() == BluetoothAdapter.STATE_CONNECTED) {
/frameworks/base/media/java/android/media/
H A DAudioService.java2005 int state = a2dp.getConnectionState(btDevice);

Completed in 216 milliseconds