Home | History | Annotate | Download | only in phone

Lines Matching refs:isAudioOn

4329         boolean isAudioOn = mBluetoothHandsfree.isAudioOn();
4330 if (VDBG) log("isBluetoothAudioConnected: ==> isAudioOn = " + isAudioOn);
4331 return isAudioOn;
4395 log("= BluetoothHandsfree.isAudioOn: " + mBluetoothHandsfree.isAudioOn());