Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/telephony/
DBluetoothCall.java91 public void exitBackgroundAudioProcessing(boolean shouldRing) { in exitBackgroundAudioProcessing() method in BluetoothCall
92 mCall.exitBackgroundAudioProcessing(shouldRing); in exitBackgroundAudioProcessing()
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestInCallUI.java227 call.exitBackgroundAudioProcessing(true); in onCreate()
232 call.exitBackgroundAudioProcessing(false); in onCreate()
/packages/services/Telecomm/src/com/android/server/telecom/
DInCallAdapter.java420 public void exitBackgroundAudioProcessing(String callId, boolean shouldRing) { in exitBackgroundAudioProcessing() method in InCallAdapter
428 mCallsManager.exitBackgroundAudioProcessing(call, shouldRing); in exitBackgroundAudioProcessing()
DCallsManager.java2497 public void exitBackgroundAudioProcessing(Call call, boolean shouldRing) {