Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothCall.java115 public void exitBackgroundAudioProcessing(boolean shouldRing) { in exitBackgroundAudioProcessing() method in BluetoothCall
116 mCall.exitBackgroundAudioProcessing(shouldRing); in exitBackgroundAudioProcessing()
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestInCallUI.java229 call.exitBackgroundAudioProcessing(true); in onCreate()
234 call.exitBackgroundAudioProcessing(false); in onCreate()
/packages/services/Telecomm/src/com/android/server/telecom/
DInCallAdapter.java443 public void exitBackgroundAudioProcessing(String callId, boolean shouldRing) { in exitBackgroundAudioProcessing() method in InCallAdapter
452 mCallsManager.exitBackgroundAudioProcessing(call, shouldRing); in exitBackgroundAudioProcessing()
DCallsManager.java3168 public void exitBackgroundAudioProcessing(Call call, boolean shouldRing) {
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/
DBluetoothCallTest.java127 () -> mBluetoothCall.exitBackgroundAudioProcessing(true)); in exitBackgroundAudioProcessing_whenInnerCallIsNull_throwsNPE()