Home
last modified time | relevance | path

Searched defs:onForegroundCallChanged (Results 1 – 6 of 6) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DDtmfLocalTonePlayer.java48 public void onForegroundCallChanged(Call oldForegroundCall, Call newForegroundCall) { in onForegroundCallChanged() method in DtmfLocalTonePlayer
DRingbackPlayer.java52 public void onForegroundCallChanged(Call oldForegroundCall, Call newForegroundCall) { in onForegroundCallChanged() method in RingbackPlayer
DCallsManagerListenerBase.java53 public void onForegroundCallChanged(Call oldForegroundCall, Call newForegroundCall) { in onForegroundCallChanged() method in CallsManagerListenerBase
DRinger.java124 public void onForegroundCallChanged(Call oldForegroundCall, Call newForegroundCall) { in onForegroundCallChanged() method in Ringer
DCallAudioManager.java112 public void onForegroundCallChanged(Call oldForegroundCall, Call newForegroundCall) { in onForegroundCallChanged() method in CallAudioManager
DCallsManager.java70 void onForegroundCallChanged(Call oldForegroundCall, Call newForegroundCall); in onForegroundCallChanged() method