Home | History | Annotate | Download | only in phone

Lines Matching refs:mBluetoothHandsfree

242     private BluetoothHandsfree mBluetoothHandsfree;
552 mBluetoothHandsfree = app.getBluetoothHandsfree();
553 if (VDBG) log("- mBluetoothHandsfree: " + mBluetoothHandsfree);
555 if (mBluetoothHandsfree != null) {
4273 // Our BluetoothHandsfree instance (mBluetoothHandsfree) is created
4284 if (mBluetoothHandsfree == null) {
4325 if (mBluetoothHandsfree == null) {
4326 if (VDBG) log("isBluetoothAudioConnected: ==> FALSE (null mBluetoothHandsfree)");
4329 boolean isAudioOn = mBluetoothHandsfree.isAudioOn();
4394 if (mBluetoothHandsfree != null) {
4395 log("= BluetoothHandsfree.isAudioOn: " + mBluetoothHandsfree.isAudioOn());
4407 log("= mBluetoothHandsfree is null; device is not BT capable");
4413 if (mBluetoothHandsfree != null) {
4414 mBluetoothHandsfree.userWantsAudioOn();
4430 if (mBluetoothHandsfree != null) {
4431 mBluetoothHandsfree.userWantsAudioOff();