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

1 2

  /frameworks/base/core/java/android/bluetooth/
BluetoothProfileState.java 65 if (action.equals(BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED)) {
71 } else if (action.equals(BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED)) {
77 } else if (action.equals(BluetoothInputDevice.ACTION_CONNECTION_STATE_CHANGED)) {
99 filter.addAction(BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED);
100 filter.addAction(BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED);
101 filter.addAction(BluetoothInputDevice.ACTION_CONNECTION_STATE_CHANGED);
BluetoothInputDevice.java 65 public static final String ACTION_CONNECTION_STATE_CHANGED =
BluetoothPan.java 69 public static final String ACTION_CONNECTION_STATE_CHANGED =
73 * Extra for {@link #ACTION_CONNECTION_STATE_CHANGED} intent
BluetoothDeviceProfileState.java 135 if (action.equals(BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED)) {
151 } else if (action.equals(BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED)) {
167 } else if (action.equals(BluetoothInputDevice.ACTION_CONNECTION_STATE_CHANGED)) {
244 filter.addAction(BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED);
245 filter.addAction(BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED);
246 filter.addAction(BluetoothInputDevice.ACTION_CONNECTION_STATE_CHANGED);
    [all...]
BluetoothA2dp.java 67 public static final String ACTION_CONNECTION_STATE_CHANGED =
354 * true, it is guaranteed that {@link #ACTION_CONNECTION_STATE_CHANGED}
BluetoothHeadset.java 68 public static final String ACTION_CONNECTION_STATE_CHANGED =
BluetoothAdapter.java 317 public static final String ACTION_CONNECTION_STATE_CHANGED =
321 * Extra used by {@link #ACTION_CONNECTION_STATE_CHANGED}
329 * Extra used by {@link #ACTION_CONNECTION_STATE_CHANGED}
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BluetoothController.java 46 filter.addAction(BluetoothAdapter.ACTION_CONNECTION_STATE_CHANGED);
68 } else if (action.equals(BluetoothAdapter.ACTION_CONNECTION_STATE_CHANGED)) {
  /packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothProfileManager.java 110 BluetoothInputDevice.ACTION_CONNECTION_STATE_CHANGED);
114 BluetoothPan.ACTION_CONNECTION_STATE_CHANGED);
133 BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED);
147 BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED);
DockEventReceiver.java 81 } else if (BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED.equals(intent.getAction()) ||
82 BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED.equals(intent.getAction())) {
DockService.java 203 if (BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED.equals(intent.getAction())) {
212 } else if (BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED.equals(intent.getAction())) {
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/handover/
BluetoothHeadsetHandover.java 118 filter.addAction(BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED);
119 filter.addAction(BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED);
288 } else if (BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED.equals(action) &&
298 } else if (BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED.equals(action) &&
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBarPolicy.java 122 action.equals(BluetoothAdapter.ACTION_CONNECTION_STATE_CHANGED)) {
147 filter.addAction(BluetoothAdapter.ACTION_CONNECTION_STATE_CHANGED);
263 } else if (action.equals(BluetoothAdapter.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/server/
BluetoothInputProfileHandler.java 187 Intent intent = new Intent(BluetoothInputDevice.ACTION_CONNECTION_STATE_CHANGED);
BluetoothPanProfileHandler.java 299 Intent intent = new Intent(BluetoothPan.ACTION_CONNECTION_STATE_CHANGED);
BluetoothA2dpService.java 604 Intent intent = new Intent(BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED);
BluetoothService.java     [all...]
  /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...]
  /frameworks/base/services/java/com/android/server/
WifiService.java     [all...]
  /packages/apps/Phone/src/com/android/phone/
PhoneApp.java 583 intentFilter.addAction(BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED);
    [all...]
BluetoothHeadsetService.java 479 Intent intent = new Intent(BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED);
    [all...]
BluetoothHandsfree.java 735 filter.addAction(BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED);
    [all...]
  /frameworks/base/media/java/android/media/
AudioService.java 465 intentFilter.addAction(BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED);
    [all...]
  /prebuilts/sdk/14/
android.jar 

Completed in 994 milliseconds

1 2