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

  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothEventRedirector.java 111 } else if (action.equals(BluetoothA2dp.ACTION_SINK_STATE_CHANGED)) {
167 filter.addAction(BluetoothA2dp.ACTION_SINK_STATE_CHANGED);
DockEventReceiver.java 109 } else if (BluetoothA2dp.ACTION_SINK_STATE_CHANGED.equals(intent.getAction())) {
DockService.java 187 } else if (BluetoothA2dp.ACTION_SINK_STATE_CHANGED.equals(intent.getAction())) {
  /frameworks/base/core/java/android/bluetooth/
BluetoothA2dp.java 54 /** int extra for ACTION_SINK_STATE_CHANGED */
57 /** int extra for ACTION_SINK_STATE_CHANGED */
67 public static final String ACTION_SINK_STATE_CHANGED =
  /frameworks/base/services/java/com/android/server/status/
StatusBarPolicy.java 384 action.equals(BluetoothA2dp.ACTION_SINK_STATE_CHANGED) ||
533 filter.addAction(BluetoothA2dp.ACTION_SINK_STATE_CHANGED);
    [all...]
  /frameworks/base/core/java/android/server/
BluetoothA2dpService.java 507 Intent intent = new Intent(BluetoothA2dp.ACTION_SINK_STATE_CHANGED);
  /frameworks/base/media/java/android/media/
AudioService.java 300 intentFilter.addAction(BluetoothA2dp.ACTION_SINK_STATE_CHANGED);
    [all...]
  /frameworks/base/services/java/com/android/server/
WifiService.java     [all...]
  /packages/apps/Phone/src/com/android/phone/
BluetoothHandsfree.java 397 filter.addAction(BluetoothA2dp.ACTION_SINK_STATE_CHANGED);
539 } else if (intent.getAction().equals(BluetoothA2dp.ACTION_SINK_STATE_CHANGED)) {
    [all...]

Completed in 1128 milliseconds