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

  /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 165 IntentFilter filter = new IntentFilter(BluetoothAdapter.ACTION_STATE_CHANGED);
338 if (action.equals(BluetoothAdapter.ACTION_STATE_CHANGED)) {
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothNamePreference.java 54 } else if (action.equals(BluetoothAdapter.ACTION_STATE_CHANGED) &&
72 filter.addAction(BluetoothAdapter.ACTION_STATE_CHANGED);
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);
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 168 if (BluetoothAdapter.ACTION_STATE_CHANGED.equals(intent.getAction())) {
177 if (BluetoothHeadset.ACTION_STATE_CHANGED.equals(intent.getAction())) {
  /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/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/core/java/android/bluetooth/
BluetoothHeadset.java 60 public static final String ACTION_STATE_CHANGED =
BluetoothAdapter.java 87 public static final String ACTION_STATE_CHANGED =
91 * Used as an int extra field in {@link #ACTION_STATE_CHANGED}
101 * Used as an int extra field in {@link #ACTION_STATE_CHANGED}
178 * <p>Applications can also listen for {@link #ACTION_STATE_CHANGED}
385 * clients should listen for {@link #ACTION_STATE_CHANGED}
416 * clients should listen for {@link #ACTION_STATE_CHANGED}
    [all...]
  /frameworks/base/services/java/com/android/server/status/
StatusBarPolicy.java 382 else if (action.equals(BluetoothAdapter.ACTION_STATE_CHANGED) ||
383 action.equals(BluetoothHeadset.ACTION_STATE_CHANGED) ||
531 filter.addAction(BluetoothAdapter.ACTION_STATE_CHANGED);
532 filter.addAction(BluetoothHeadset.ACTION_STATE_CHANGED);
    [all...]
  /frameworks/base/core/java/android/server/
BluetoothA2dpService.java 83 if (action.equals(BluetoothAdapter.ACTION_STATE_CHANGED)) {
178 mIntentFilter = new IntentFilter(BluetoothAdapter.ACTION_STATE_CHANGED);
BluetoothService.java 419 Intent intent = new Intent(BluetoothAdapter.ACTION_STATE_CHANGED);
    [all...]
  /packages/apps/Settings/src/com/android/settings/widget/
SettingsAppWidgetProvider.java 344 if (!BluetoothAdapter.ACTION_STATE_CHANGED.equals(intent.getAction())) {
570 } else if (BluetoothAdapter.ACTION_STATE_CHANGED.equals(intent.getAction())) {
  /packages/apps/Phone/src/com/android/phone/
BluetoothHeadsetService.java 106 filter.addAction(BluetoothAdapter.ACTION_STATE_CHANGED);
246 } else if (action.equals(BluetoothAdapter.ACTION_STATE_CHANGED)) {
461 Intent intent = new Intent(BluetoothHeadset.ACTION_STATE_CHANGED);
    [all...]
PhoneApp.java 474 intentFilter.addAction(BluetoothHeadset.ACTION_STATE_CHANGED);
    [all...]
  /frameworks/base/media/java/android/media/
AudioService.java 301 intentFilter.addAction(BluetoothHeadset.ACTION_STATE_CHANGED);
    [all...]
  /prebuilt/sdk/6/
android.jar 

Completed in 315 milliseconds