Searched refs:ACTION_AUDIO_STATE_CHANGED (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
H A DScoAudioTest.java104 new IntentFilter(BluetoothHeadset.ACTION_AUDIO_STATE_CHANGED);
688 if (action.equals(BluetoothHeadset.ACTION_AUDIO_STATE_CHANGED)) {
691 Log.e(TAG, "BluetoothHeadset.ACTION_AUDIO_STATE_CHANGED: "+state);
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHeadset.java90 public static final String ACTION_AUDIO_STATE_CHANGED = field in class:BluetoothHeadset
205 * {@link #ACTION_AUDIO_STATE_CHANGED} intent.
213 * {@link #ACTION_AUDIO_STATE_CHANGED} intent.
221 * {@link #ACTION_AUDIO_STATE_CHANGED} intent.
556 * <p> Users can listen to {@link #ACTION_AUDIO_STATE_CHANGED}.
H A DBluetoothHeadsetClient.java89 public static final String ACTION_AUDIO_STATE_CHANGED = field in class:BluetoothHeadsetClient
1103 * upon completion HFP sends {@link #ACTION_AUDIO_STATE_CHANGED}
1127 * upon completion HFP sends {@link #ACTION_AUDIO_STATE_CHANGED}
/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java681 new IntentFilter(BluetoothHeadset.ACTION_AUDIO_STATE_CHANGED);
5258 } else if (action.equals(BluetoothHeadset.ACTION_AUDIO_STATE_CHANGED)) {

Completed in 2478 milliseconds