Searched refs:oldForegroundCall (Results 1 – 2 of 2) sorted by relevance
148 public void onForegroundCallChanged(Call oldForegroundCall, Call newForegroundCall) { in onForegroundCallChanged() argument149 endDtmfSession(oldForegroundCall); in onForegroundCallChanged()
683 Call oldForegroundCall = mForegroundCall; in updateForegroundCall() local702 if (mForegroundCall != oldForegroundCall) { in updateForegroundCall()705 mDtmfLocalTonePlayer.onForegroundCallChanged(oldForegroundCall, mForegroundCall); in updateForegroundCall()