Home
last modified time | relevance | path

Searched refs:bluetoothScoEnabled (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/app/voicemail/
DVoicemailAudioManager.java40 private boolean bluetoothScoEnabled; field in VoicemailAudioManager
130 bluetoothScoEnabled = false; in updateBluetoothScoState()
132 bluetoothScoEnabled = true; in updateBluetoothScoState()
138 bluetoothScoEnabled = false; in updateBluetoothScoState()
144 if (bluetoothScoEnabled) { in applyBluetoothScoState()