Lines Matching full:bluetoothheadset
25 import android.bluetooth.BluetoothHeadset;
198 BluetoothHeadset.isBluetoothVoiceDialingEnabled(mContext)) {
950 broadcastAudioStateIntent(BluetoothHeadset.AUDIO_STATE_CONNECTED,
966 broadcastAudioStateIntent(BluetoothHeadset.AUDIO_STATE_CONNECTED,
980 broadcastAudioStateIntent(BluetoothHeadset.AUDIO_STATE_DISCONNECTED,
1028 Intent intent = new Intent(BluetoothHeadset.ACTION_AUDIO_STATE_CHANGED);
1029 intent.putExtra(BluetoothHeadset.EXTRA_AUDIO_STATE, state);
1152 broadcastAudioStateIntent(BluetoothHeadset.AUDIO_STATE_DISCONNECTED, device);
2049 if (!BluetoothHeadset.isBluetoothVoiceDialingEnabled(mContext)) {