HomeSort by relevance Sort by last modified time
    Searched refs:oldForegroundCall (Results 1 - 2 of 2) sorted by null

  /packages/services/Telecomm/src/com/android/server/telecom/
DtmfLocalTonePlayer.java 56 public void onForegroundCallChanged(Call oldForegroundCall, Call newForegroundCall) {
57 endDtmfSession(oldForegroundCall);
CallAudioManager.java 582 Call oldForegroundCall = mForegroundCall;
601 if (mForegroundCall != oldForegroundCall) {
604 mDtmfLocalTonePlayer.onForegroundCallChanged(oldForegroundCall, mForegroundCall);

Completed in 67 milliseconds