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()
810 Call oldForegroundCall = mForegroundCall; in updateForegroundCall() local849 (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()