Home | History | Annotate | Download | only in phone

Lines Matching refs:mBtHandsfree

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;
1154 || ((mBtHandsfree != null) && mBtHandsfree.isAudioOn())
1272 if (mBtHandsfree != null) {
1273 mBtHandsfree.updateBtHandsfreeAfterRadioTechnologyChange();