HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_CONNECTION_STATE_CHANGED (Results 1 - 25 of 38) 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...]
  /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);
416 } else if (BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED.equals(action) &&
426 } else if (BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED.equals(action) &&
436 } else if (BluetoothInputDevice.ACTION_CONNECTION_STATE_CHANGED.equals(action) &&
  /packages/services/Telecomm/src/com/android/server/telecom/
BluetoothManager.java 59 if (action.equals(BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED)) {
95 new IntentFilter(BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED);
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java 222 mConnectionAction = BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED;
225 mConnectionAction = BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED;
228 mConnectionAction = BluetoothInputDevice.ACTION_CONNECTION_STATE_CHANGED;
231 mConnectionAction = BluetoothPan.ACTION_CONNECTION_STATE_CHANGED;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBarPolicy.java 87 action.equals(BluetoothAdapter.ACTION_CONNECTION_STATE_CHANGED)) {
116 filter.addAction(BluetoothAdapter.ACTION_CONNECTION_STATE_CHANGED);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BluetoothControllerImpl.java 290 filter.addAction(BluetoothAdapter.ACTION_CONNECTION_STATE_CHANGED);
303 } else if (action.equals(BluetoothAdapter.ACTION_CONNECTION_STATE_CHANGED)) {
311 if (DEBUG) Log.d(TAG, "ACTION_CONNECTION_STATE_CHANGED "
  /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
BluetoothA2dp.java 69 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 69 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 331 public static final String ACTION_CONNECTION_STATE_CHANGED =
335 * Extra used by {@link #ACTION_CONNECTION_STATE_CHANGED}
343 * Extra used by {@link #ACTION_CONNECTION_STATE_CHANGED}
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
AvrcpControllerService.java 242 Intent intent = new Intent(BluetoothAvrcpController.ACTION_CONNECTION_STATE_CHANGED);
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterProperties.java 358 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...]
  /external/chromium_org/media/base/android/java/src/org/chromium/media/
AudioManagerAndroid.java 564 // broadcasted intent BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED
763 android.bluetooth.BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpSinkStateMachine.java     [all...]
A2dpStateMachine.java 735 Intent intent = new Intent(BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pan/
PanService.java 474 Intent intent = new Intent(BluetoothPan.ACTION_CONNECTION_STATE_CHANGED);
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiServiceImpl.java     [all...]

Completed in 498 milliseconds

1 2