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()
695 Call oldForegroundCall = mForegroundCall; in updateForegroundCall() local714 if (mForegroundCall != oldForegroundCall) { in updateForegroundCall()717 mDtmfLocalTonePlayer.onForegroundCallChanged(oldForegroundCall, mForegroundCall); in updateForegroundCall()