HomeSort by relevance Sort by last modified time
    Searched refs:getConnectionState (Results 1 - 25 of 26) sorted by null

1 2

  /frameworks/base/core/java/android/bluetooth/
BluetoothProfile.java 154 public int getConnectionState(BluetoothDevice device);
IBluetoothA2dp.aidl 32 int getConnectionState(in BluetoothDevice device);
IBluetoothHeadset.aidl 32 int getConnectionState(in BluetoothDevice device);
BluetoothA2dp.java 251 public int getConnectionState(BluetoothDevice device) {
256 return mService.getConnectionState(device);
BluetoothInputDevice.java 238 public int getConnectionState(BluetoothDevice device) {
BluetoothPan.java 257 public int getConnectionState(BluetoothDevice device) {
BluetoothHeadset.java 366 public int getConnectionState(BluetoothDevice device) {
367 if (DBG) log("getConnectionState(" + device + ")");
371 return mService.getConnectionState(device);
BluetoothHealth.java 317 public int getConnectionState(BluetoothDevice device) {
BluetoothAdapter.java     [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
A2dpProfile.java 98 return mService.getConnectionState(device);
146 int state = mService.getConnectionState(device);
HidProfile.java 81 ? mService.getConnectionState(device)
121 int state = mService.getConnectionState(device);
PanProfile.java 88 return mService.getConnectionState(device);
124 int state = mService.getConnectionState(device);
HeadsetProfile.java 139 ? mService.getConnectionState(device)
178 int state = mService.getConnectionState(device);
  /packages/apps/Nfc/src/com/android/nfc/handover/
BluetoothHeadsetHandover.java 152 if (mHeadset.getConnectionState(mDevice) != BluetoothProfile.STATE_DISCONNECTED) {
158 if (mA2dp.getConnectionState(mDevice) != BluetoothProfile.STATE_DISCONNECTED) {
214 if (mHeadset.getConnectionState(mDevice) != BluetoothProfile.STATE_CONNECTED) {
220 if (mA2dp.getConnectionState(mDevice) != BluetoothProfile.STATE_CONNECTED) {
  /frameworks/base/core/java/android/server/
BluetoothA2dpService.java 234 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) {
424 int sinkState = getConnectionState(device);
594 int state = getConnectionState(device);
BluetoothService.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BluetoothController.java 52 handleConnectionStateChange(adapter.getConnectionState());
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBarPolicy.java 170 if (adapter.getConnectionState() == BluetoothAdapter.STATE_CONNECTED) {
  /packages/apps/Phone/src/com/android/phone/
BluetoothHeadsetService.java 588 public int getConnectionState(BluetoothDevice device) {
654 int headsetState = getConnectionState(device);
    [all...]
InCallScreen.java     [all...]
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerActivity.java 425 int state = mBluetoothHeadset.getConnectionState(mBluetoothDevice);
    [all...]
  /frameworks/base/media/java/android/media/
AudioService.java     [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 

Completed in 1095 milliseconds

1 2