Merge "Declare STATE_AUDIO_CONNECTED in right place" am: 8fdfd917d1 am: 2235a8778b

am: 7bd8017a94

Change-Id: I0228303df27cb690f308ceefaa26a3dc0e3e5e1e
This commit is contained in:
Chienyuan
2019-06-14 00:39:36 -07:00
committed by android-build-merger

View File

@@ -280,6 +280,7 @@ public final class BluetoothHeadset implements BluetoothProfile {
* {@link #EXTRA_STATE} or {@link #EXTRA_PREVIOUS_STATE} of
* {@link #ACTION_AUDIO_STATE_CHANGED} intent.
*/
public static final int STATE_AUDIO_CONNECTED = 12;
/**
* Intent used to broadcast the headset's indicator status
@@ -322,8 +323,6 @@ public final class BluetoothHeadset implements BluetoothProfile {
public static final String EXTRA_HF_INDICATORS_IND_VALUE =
"android.bluetooth.headset.extra.HF_INDICATORS_IND_VALUE";
public static final int STATE_AUDIO_CONNECTED = 12;
private static final int MESSAGE_HEADSET_SERVICE_CONNECTED = 100;
private static final int MESSAGE_HEADSET_SERVICE_DISCONNECTED = 101;