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

1 2

  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
LocalBluetoothProfileManager.java 112 BluetoothInputDevice.ACTION_CONNECTION_STATE_CHANGED);
116 BluetoothPan.ACTION_CONNECTION_STATE_CHANGED);
122 BluetoothMap.ACTION_CONNECTION_STATE_CHANGED);
145 BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED);
159 BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED);
BluetoothEventManager.java 87 addHandler(BluetoothAdapter.ACTION_CONNECTION_STATE_CHANGED,
  /packages/apps/Nfc/src/com/android/nfc/handover/
BluetoothPeripheralHandover.java 143 filter.addAction(BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED);
144 filter.addAction(BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED);
145 filter.addAction(BluetoothInputDevice.ACTION_CONNECTION_STATE_CHANGED);
418 } else if (BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED.equals(action) &&
428 } else if (BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED.equals(action) &&
438 } else if (BluetoothInputDevice.ACTION_CONNECTION_STATE_CHANGED.equals(action) &&
  /packages/apps/Settings/src/com/android/settings/bluetooth/
DockEventReceiver.java 84 } else if (BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED.equals(intent.getAction()) ||
85 BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED.equals(intent.getAction())) {
DockService.java 214 if (BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED.equals(intent.getAction())) {
223 } else if (BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED.equals(intent.getAction())) {
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
BluetoothManager.java 64 if (action.equals(BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED)) {
100 new IntentFilter(BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
BluetoothA2dpConnector.java 145 IntentFilter filter = new IntentFilter(BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED);
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java 223 mConnectionAction = BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED;
226 mConnectionAction = BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED;
229 mConnectionAction = BluetoothInputDevice.ACTION_CONNECTION_STATE_CHANGED;
232 mConnectionAction = BluetoothPan.ACTION_CONNECTION_STATE_CHANGED;
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothA2dpSink.java 63 public static final String ACTION_CONNECTION_STATE_CHANGED =
BluetoothAvrcpController.java 63 public static final String ACTION_CONNECTION_STATE_CHANGED =
BluetoothPan.java 71 public static final String ACTION_CONNECTION_STATE_CHANGED =
75 * Extra for {@link #ACTION_CONNECTION_STATE_CHANGED} intent
BluetoothSap.java 66 public static final String ACTION_CONNECTION_STATE_CHANGED =
BluetoothA2dp.java 72 public static final String ACTION_CONNECTION_STATE_CHANGED =
BluetoothMap.java 39 public static final String ACTION_CONNECTION_STATE_CHANGED =
BluetoothInputDevice.java 68 public static final String ACTION_CONNECTION_STATE_CHANGED =
BluetoothHeadset.java 70 public static final String ACTION_CONNECTION_STATE_CHANGED =
    [all...]
BluetoothHeadsetClient.java 71 public static final String ACTION_CONNECTION_STATE_CHANGED =
476 * upon completion HFP sends {@link #ACTION_CONNECTION_STATE_CHANGED}
500 * upon completion HFP sends {@link #ACTION_CONNECTION_STATE_CHANGED}
    [all...]
BluetoothAdapter.java 390 public static final String ACTION_CONNECTION_STATE_CHANGED =
394 * Extra used by {@link #ACTION_CONNECTION_STATE_CHANGED}
402 * Extra used by {@link #ACTION_CONNECTION_STATE_CHANGED}
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
AvrcpControllerService.java 241 Intent intent = new Intent(BluetoothAvrcpController.ACTION_CONNECTION_STATE_CHANGED);
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterProperties.java 370 Intent intent = new Intent(BluetoothAdapter.ACTION_CONNECTION_STATE_CHANGED);
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpSinkStateMachine.java     [all...]
A2dpStateMachine.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pan/
PanService.java 460 Intent intent = new Intent(BluetoothPan.ACTION_CONNECTION_STATE_CHANGED);
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiServiceImpl.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidService.java 613 Intent intent = new Intent(BluetoothInputDevice.ACTION_CONNECTION_STATE_CHANGED);

Completed in 931 milliseconds

1 2