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

  /packages/apps/Phone/src/com/android/phone/
BluetoothHeadsetService.java 74 private BluetoothHandsfree mBtHandsfree;
82 mBtHandsfree = PhoneApp.getInstance().getBluetoothHandsfree();
142 mBtHandsfree.onBluetoothEnabled();
266 mBtHandsfree.onBluetoothEnabled();
269 mBtHandsfree.onBluetoothDisabled();
294 mBtHandsfree.sendScoGainUpdate(intent.getIntExtra(
443 mBtHandsfree.connectHeadset(headset, mRemoteHeadsets.get(device).mHeadsetType);
457 mBtHandsfree.resetAtState();
484 mBtHandsfree.disconnectHeadset();
654 return mBtHandsfree.startVoiceRecognition()
    [all...]
PhoneApp.java 148 BluetoothHandsfree mBtHandsfree;
303 if (mBtHandsfree == null || !mBtHandsfree.isAudioOn()) {
360 !(mBtHandsfree != null && mBtHandsfree.isAudioOn())) {
432 mBtHandsfree = new BluetoothHandsfree(this, mCM);
436 mBtHandsfree = null;
470 notifier = new CallNotifier(this, phone, ringer, mBtHandsfree, new CallLogAsync());
604 return mBtHandsfree;
    [all...]

Completed in 27 milliseconds