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 73 private BluetoothHandsfree mBtHandsfree;
82 mBtHandsfree = PhoneApp.getInstance().getBluetoothHandsfree();
144 mBtHandsfree.onBluetoothEnabled();
281 mBtHandsfree.onBluetoothEnabled();
284 mBtHandsfree.onBluetoothDisabled();
296 mBtHandsfree.sendScoGainUpdate(intent.getIntExtra(
445 mBtHandsfree.connectHeadset(headset, mRemoteHeadsets.get(device).mHeadsetType);
459 mBtHandsfree.resetAtState();
460 mBtHandsfree.setVirtualCallInProgress(false);
477 mBtHandsfree.disconnectHeadset()
    [all...]
PhoneApp.java 150 BluetoothHandsfree mBtHandsfree;
321 if (mBtHandsfree == null || !mBtHandsfree.isAudioOn()) {
377 !(mBtHandsfree != null && mBtHandsfree.isAudioOn())) {
454 mBtHandsfree = BluetoothHandsfree.init(this, mCM);
458 mBtHandsfree = null;
503 notifier = CallNotifier.init(this, phone, ringer, mBtHandsfree, new CallLogAsync());
635 return mBtHandsfree;
    [all...]

Completed in 47 milliseconds