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

/packages/services/Telecomm/src/com/android/server/telecom/
H A DDtmfLocalTonePlayer.java56 public void onForegroundCallChanged(Call oldForegroundCall, Call newForegroundCall) { argument
57 endDtmfSession(oldForegroundCall);
H A DCallAudioManager.java591 Call oldForegroundCall = mForegroundCall;
610 if (mForegroundCall != oldForegroundCall) {
613 mDtmfLocalTonePlayer.onForegroundCallChanged(oldForegroundCall, mForegroundCall);

Completed in 566 milliseconds