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.java810 Call oldForegroundCall = mForegroundCall; in updateForegroundCall() local
849 (oldForegroundCall == null ? "none" : oldForegroundCall.getId()), in updateForegroundCall()
856 if (mForegroundCall != oldForegroundCall) { in updateForegroundCall()
867 mDtmfLocalTonePlayer.onForegroundCallChanged(oldForegroundCall, mForegroundCall); in updateForegroundCall()
868 maybePlayHoldTone(oldForegroundCall); in updateForegroundCall()