Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DCallRecordingTonePlayer.java134 if (!shouldUseRecordingTone(call)) { in onCallAdded()
143 if (!shouldUseRecordingTone(call)) { in onCallRemoved()
152 if (!shouldUseRecordingTone(call)) { in onCallStateChanged()
209 private boolean shouldUseRecordingTone(Call call) { in shouldUseRecordingTone() method in CallRecordingTonePlayer