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

/frameworks/base/core/java/android/bluetooth/
H A DIBluetoothPan.aidl34 int getConnectionState(in BluetoothDevice device);
H A DBluetoothProfile.java170 public int getConnectionState(BluetoothDevice device); method in interface:BluetoothProfile
H A DIBluetoothA2dp.aidl32 int getConnectionState(in BluetoothDevice device);
H A DIBluetoothMap.aidl34 int getConnectionState(in BluetoothDevice device);
H A DIBluetoothInputDevice.aidl32 int getConnectionState(in BluetoothDevice device);
H A DIBluetoothHeadset.aidl32 int getConnectionState(in BluetoothDevice device);
H A DBluetoothManager.java92 public int getConnectionState(BluetoothDevice device, int profile) { method in class:BluetoothManager
93 if (DBG) Log.d(TAG,"getConnectionState()");
H A DBluetoothPan.java319 public int getConnectionState(BluetoothDevice device) { method in class:BluetoothPan
324 return mPanService.getConnectionState(device);
H A DBluetoothA2dp.java313 public int getConnectionState(BluetoothDevice device) { method in class:BluetoothA2dp
318 return mService.getConnectionState(device);
H A DBluetoothMap.java302 public int getConnectionState(BluetoothDevice device) { method in class:BluetoothMap
303 if (DBG) log("getConnectionState(" + device + ")");
307 return mService.getConnectionState(device);
H A DBluetoothInputDevice.java387 public int getConnectionState(BluetoothDevice device) { method in class:BluetoothInputDevice
391 return mService.getConnectionState(device);
H A DBluetoothHeadset.java436 public int getConnectionState(BluetoothDevice device) { method in class:BluetoothHeadset
437 if (VDBG) log("getConnectionState(" + device + ")");
441 return mService.getConnectionState(device);
H A DBluetoothHealth.java350 public int getConnectionState(BluetoothDevice device) { method in class:BluetoothHealth
H A DBluetoothGattServer.java666 public int getConnectionState(BluetoothDevice device) { method in class:BluetoothGattServer
667 throw new UnsupportedOperationException("Use BluetoothManager#getConnectionState instead.");
H A DBluetoothAdapter.java888 public int getConnectionState() { method in class:BluetoothAdapter
894 } catch (RemoteException e) {Log.e(TAG, "getConnectionState:", e);}
H A DBluetoothGatt.java1221 public int getConnectionState(BluetoothDevice device) { method in class:BluetoothGatt
1222 throw new UnsupportedOperationException("Use BluetoothManager#getConnectionState instead.");
/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.java133 if (adapter.getConnectionState() == BluetoothAdapter.STATE_CONNECTED) {
H A DQuickSettingsModel.java557 (adapter.getConnectionState() == BluetoothAdapter.STATE_CONNECTED);
/frameworks/base/media/java/android/media/
H A DAudioService.java2317 int state = mA2dp.getConnectionState(btDevice);

Completed in 4615 milliseconds