Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DCallAudioManager.java106 if (shouldIgnoreCallForAudio(call)) { in onCallStateChanged()
131 if (shouldIgnoreCallForAudio(call)) { in onCallAdded()
140 if (shouldIgnoreCallForAudio(call)) { in onCallRemoved()
225 private boolean shouldIgnoreCallForAudio(Call call) { in shouldIgnoreCallForAudio() method in CallAudioManager