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

1 2

  /packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothProfileManager.java 118 BluetoothInputDevice.ACTION_CONNECTION_STATE_CHANGED);
122 BluetoothPan.ACTION_CONNECTION_STATE_CHANGED);
128 BluetoothMap.ACTION_CONNECTION_STATE_CHANGED);
151 BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED);
165 BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED);
DockEventReceiver.java 84 } else if (BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED.equals(intent.getAction()) ||
85 BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED.equals(intent.getAction())) {
DockService.java 206 if (BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED.equals(intent.getAction())) {
215 } else if (BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED.equals(intent.getAction())) {
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BluetoothController.java 45 filter.addAction(BluetoothAdapter.ACTION_CONNECTION_STATE_CHANGED);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBarPolicy.java 90 action.equals(BluetoothAdapter.ACTION_CONNECTION_STATE_CHANGED)) {
115 filter.addAction(BluetoothAdapter.ACTION_CONNECTION_STATE_CHANGED);
223 } else if (action.equals(BluetoothAdapter.ACTION_CONNECTION_STATE_CHANGED)) {
QuickSettings.java 132 filter.addAction(BluetoothAdapter.ACTION_CONNECTION_STATE_CHANGED);
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/handover/
BluetoothHeadsetHandover.java 129 filter.addAction(BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED);
130 filter.addAction(BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED);
319 } else if (BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED.equals(action) &&
329 } else if (BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED.equals(action) &&
  /packages/services/Telephony/src/com/android/phone/
BluetoothManager.java 252 new IntentFilter(BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED);
384 if (action.equals(BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED)) {
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java 221 mConnectionAction = BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED;
224 mConnectionAction = BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED;
227 mConnectionAction = BluetoothInputDevice.ACTION_CONNECTION_STATE_CHANGED;
230 mConnectionAction = BluetoothPan.ACTION_CONNECTION_STATE_CHANGED;
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothPan.java 72 public static final String ACTION_CONNECTION_STATE_CHANGED =
76 * Extra for {@link #ACTION_CONNECTION_STATE_CHANGED} intent
BluetoothA2dp.java 69 public static final String ACTION_CONNECTION_STATE_CHANGED =
BluetoothMap.java 41 public static final String ACTION_CONNECTION_STATE_CHANGED =
BluetoothInputDevice.java 69 public static final String ACTION_CONNECTION_STATE_CHANGED =
BluetoothHeadset.java 69 public static final String ACTION_CONNECTION_STATE_CHANGED =
    [all...]
BluetoothAdapter.java 325 public static final String ACTION_CONNECTION_STATE_CHANGED =
329 * Extra used by {@link #ACTION_CONNECTION_STATE_CHANGED}
337 * Extra used by {@link #ACTION_CONNECTION_STATE_CHANGED}
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterProperties.java 308 Intent intent = new Intent(BluetoothAdapter.ACTION_CONNECTION_STATE_CHANGED);
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerActivity.java 225 audioStateFilter.addAction(BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED);
446 if (action.equals(BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED)) {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpStateMachine.java 735 Intent intent = new Intent(BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidService.java 579 Intent intent = new Intent(BluetoothInputDevice.ACTION_CONNECTION_STATE_CHANGED);
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 485 Intent intent = new Intent(BluetoothMap.ACTION_CONNECTION_STATE_CHANGED);
  /packages/apps/Bluetooth/src/com/android/bluetooth/pan/
PanService.java 477 Intent intent = new Intent(BluetoothPan.ACTION_CONNECTION_STATE_CHANGED);
  /frameworks/base/services/java/com/android/server/wifi/
WifiService.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java     [all...]
  /frameworks/base/media/java/android/media/
AudioService.java 533 intentFilter.addAction(BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED);
    [all...]
  /prebuilts/sdk/14/
android.jar 

Completed in 2044 milliseconds

1 2