Home | History | Annotate | Download | only in voicedialer

Lines Matching refs:BluetoothProfile

24 import android.bluetooth.BluetoothProfile;
239 BluetoothProfile.HEADSET)) {
415 private BluetoothProfile.ServiceListener mBluetoothHeadsetServiceListener =
416 new BluetoothProfile.ServiceListener() {
417 public void onServiceConnected(int profile, BluetoothProfile proxy) {
449 int state = intent.getIntExtra(BluetoothProfile.EXTRA_STATE, -1);
453 if (state == BluetoothProfile.STATE_CONNECTED) {
459 } else if (state == BluetoothProfile.STATE_DISCONNECTED) {
464 int state = intent.getIntExtra(BluetoothProfile.EXTRA_STATE, -1);
465 int prevState = intent.getIntExtra(BluetoothProfile.EXTRA_PREVIOUS_STATE, -1);
1120 mAdapter.closeProfileProxy(BluetoothProfile.HEADSET, mBluetoothHeadset);