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

1 2

  /frameworks/base/core/java/android/bluetooth/
BluetoothProfileState.java 61 if (action.equals(BluetoothHeadset.ACTION_STATE_CHANGED)) {
90 filter.addAction(BluetoothHeadset.ACTION_STATE_CHANGED);
BluetoothDeviceProfileState.java 104 if (action.equals(BluetoothHeadset.ACTION_STATE_CHANGED)) {
177 filter.addAction(BluetoothHeadset.ACTION_STATE_CHANGED);
    [all...]
BluetoothAdapter.java 89 public static final String ACTION_STATE_CHANGED =
93 * Used as an int extra field in {@link #ACTION_STATE_CHANGED}
103 * Used as an int extra field in {@link #ACTION_STATE_CHANGED}
180 * <p>Applications can also listen for {@link #ACTION_STATE_CHANGED}
387 * clients should listen for {@link #ACTION_STATE_CHANGED}
418 * clients should listen for {@link #ACTION_STATE_CHANGED}
475 * wait for {@link #ACTION_STATE_CHANGED} with {@link #STATE_ON}
500 * wait for {@link #ACTION_STATE_CHANGED} with {@link #STATE_ON}
528 * wait for {@link #ACTION_STATE_CHANGED} with {@link #STATE_ON}
597 * wait for {@link #ACTION_STATE_CHANGED} with {@link #STATE_ON
    [all...]
BluetoothHeadset.java 60 public static final String ACTION_STATE_CHANGED =
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppBtEnablingActivity.java 70 IntentFilter filter = new IntentFilter(BluetoothAdapter.ACTION_STATE_CHANGED);
128 if (action.equals(BluetoothAdapter.ACTION_STATE_CHANGED)) {
BluetoothOppReceiver.java 67 } else if (action.equals(BluetoothAdapter.ACTION_STATE_CHANGED)) {
BluetoothOppService.java 170 IntentFilter filter = new IntentFilter(BluetoothAdapter.ACTION_STATE_CHANGED);
342 if (action.equals(BluetoothAdapter.ACTION_STATE_CHANGED)) {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapReceiver.java 57 if (action.equals(BluetoothAdapter.ACTION_STATE_CHANGED)) {
BluetoothPbapService.java 250 if (action.equals(BluetoothAdapter.ACTION_STATE_CHANGED)) {
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothEventRedirector.java 52 if (action.equals(BluetoothAdapter.ACTION_STATE_CHANGED)) {
100 } else if (action.equals(BluetoothHeadset.ACTION_STATE_CHANGED)) {
153 filter.addAction(BluetoothAdapter.ACTION_STATE_CHANGED);
168 filter.addAction(BluetoothHeadset.ACTION_STATE_CHANGED);
BluetoothNamePreference.java 53 } else if (action.equals(BluetoothAdapter.ACTION_STATE_CHANGED) &&
71 filter.addAction(BluetoothAdapter.ACTION_STATE_CHANGED);
DockEventReceiver.java 83 } else if (BluetoothHeadset.ACTION_STATE_CHANGED.equals(intent.getAction())) {
131 } else if (BluetoothAdapter.ACTION_STATE_CHANGED.equals(intent.getAction())) {
BluetoothEnabler.java 64 mIntentFilter = new IntentFilter(BluetoothAdapter.ACTION_STATE_CHANGED);
RequestPermissionActivity.java 82 && BluetoothAdapter.ACTION_STATE_CHANGED.equals(intent.getAction())) {
122 new IntentFilter(BluetoothAdapter.ACTION_STATE_CHANGED));
BluetoothSettings.java 89 if (intent.getAction().equals(BluetoothAdapter.ACTION_STATE_CHANGED)) {
180 intentFilter.addAction(BluetoothAdapter.ACTION_STATE_CHANGED);
DockService.java 172 if (BluetoothAdapter.ACTION_STATE_CHANGED.equals(intent.getAction())) {
181 if (BluetoothHeadset.ACTION_STATE_CHANGED.equals(intent.getAction())) {
    [all...]
  /packages/apps/Settings/tests/src/com/android/settings/tests/
BluetoothRequestPermissionTest.java 92 filter.addAction(BluetoothAdapter.ACTION_STATE_CHANGED);
144 if (BluetoothAdapter.ACTION_STATE_CHANGED.equals(action)) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
StatusBarPolicy.java 371 else if (action.equals(BluetoothAdapter.ACTION_STATE_CHANGED) ||
372 action.equals(BluetoothHeadset.ACTION_STATE_CHANGED) ||
492 filter.addAction(BluetoothAdapter.ACTION_STATE_CHANGED);
493 filter.addAction(BluetoothHeadset.ACTION_STATE_CHANGED);
    [all...]
  /frameworks/base/core/tests/coretests/src/android/bluetooth/
BluetoothTestUtils.java 181 } else if (BluetoothAdapter.ACTION_STATE_CHANGED.equals(intent.getAction())) {
220 } else if (BluetoothHeadset.ACTION_STATE_CHANGED.equals(intent.getAction())) {
    [all...]
  /frameworks/base/core/java/android/server/
BluetoothA2dpService.java 81 if (action.equals(BluetoothAdapter.ACTION_STATE_CHANGED)) {
166 mIntentFilter = new IntentFilter(BluetoothAdapter.ACTION_STATE_CHANGED);
BluetoothService.java 444 Intent intent = new Intent(BluetoothAdapter.ACTION_STATE_CHANGED);
    [all...]
  /packages/apps/Settings/src/com/android/settings/widget/
SettingsAppWidgetProvider.java 444 if (!BluetoothAdapter.ACTION_STATE_CHANGED.equals(intent.getAction())) {
709 } else if (BluetoothAdapter.ACTION_STATE_CHANGED.equals(action)) {
    [all...]
  /packages/apps/Phone/src/com/android/phone/
BluetoothHeadsetService.java 86 filter.addAction(BluetoothAdapter.ACTION_STATE_CHANGED);
260 } else if (action.equals(BluetoothAdapter.ACTION_STATE_CHANGED)) {
486 Intent intent = new Intent(BluetoothHeadset.ACTION_STATE_CHANGED);
    [all...]
PhoneApp.java 491 intentFilter.addAction(BluetoothHeadset.ACTION_STATE_CHANGED);
    [all...]
  /frameworks/base/media/java/android/media/
AudioService.java 305 intentFilter.addAction(BluetoothHeadset.ACTION_STATE_CHANGED);
    [all...]

Completed in 386 milliseconds

1 2