Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DDtmfLocalTonePlayer.java148 public void onForegroundCallChanged(Call oldForegroundCall, Call newForegroundCall) { in onForegroundCallChanged() argument
149 endDtmfSession(oldForegroundCall); in onForegroundCallChanged()
DCallAudioManager.java683 Call oldForegroundCall = mForegroundCall; in updateForegroundCall() local
702 if (mForegroundCall != oldForegroundCall) { in updateForegroundCall()
705 mDtmfLocalTonePlayer.onForegroundCallChanged(oldForegroundCall, mForegroundCall); in updateForegroundCall()