Searched refs:exitBackgroundAudioProcessing (Results 1 – 5 of 5) sorted by relevance
115 public void exitBackgroundAudioProcessing(boolean shouldRing) { in exitBackgroundAudioProcessing() method in BluetoothCall116 mCall.exitBackgroundAudioProcessing(shouldRing); in exitBackgroundAudioProcessing()
229 call.exitBackgroundAudioProcessing(true); in onCreate()234 call.exitBackgroundAudioProcessing(false); in onCreate()
443 public void exitBackgroundAudioProcessing(String callId, boolean shouldRing) { in exitBackgroundAudioProcessing() method in InCallAdapter452 mCallsManager.exitBackgroundAudioProcessing(call, shouldRing); in exitBackgroundAudioProcessing()
3168 public void exitBackgroundAudioProcessing(Call call, boolean shouldRing) {
127 () -> mBluetoothCall.exitBackgroundAudioProcessing(true)); in exitBackgroundAudioProcessing_whenInnerCallIsNull_throwsNPE()