Home
last modified time | relevance | path

Searched defs:oldForegroundCall (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()
DRingbackPlayer.java52 public void onForegroundCallChanged(Call oldForegroundCall, Call newForegroundCall) { in onForegroundCallChanged()
DCallsManagerListenerBase.java53 public void onForegroundCallChanged(Call oldForegroundCall, Call newForegroundCall) { in onForegroundCallChanged()
DRinger.java124 public void onForegroundCallChanged(Call oldForegroundCall, Call newForegroundCall) { in onForegroundCallChanged()
DCallAudioManager.java112 public void onForegroundCallChanged(Call oldForegroundCall, Call newForegroundCall) { in onForegroundCallChanged()
DCallsManager.java70 void onForegroundCallChanged(Call oldForegroundCall, Call newForegroundCall); in onForegroundCallChanged()
1223 Call oldForegroundCall = mForegroundCall; in updateForegroundCall() local