Home
last modified time | relevance | path

Searched refs:heldCall (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCallManager.java759 public void switchHoldingAndActive(Call heldCall) throws CallStateException { in switchHoldingAndActive() argument
764 Rlog.d(LOG_TAG, "switchHoldingAndActive(" +heldCall + ")"); in switchHoldingAndActive()
772 if (heldCall != null) { in switchHoldingAndActive()
773 heldPhone = heldCall.getPhone(); in switchHoldingAndActive()
785 Rlog.d(LOG_TAG, "End switchHoldingAndActive(" +heldCall + ")"); in switchHoldingAndActive()
798 public void hangupForegroundResumeBackground(Call heldCall) throws CallStateException { in hangupForegroundResumeBackground() argument
803 Rlog.d(LOG_TAG, "hangupForegroundResumeBackground(" +heldCall + ")"); in hangupForegroundResumeBackground()
809 if (heldCall != null) { in hangupForegroundResumeBackground()
810 backgroundPhone = heldCall.getPhone(); in hangupForegroundResumeBackground()
816 switchHoldingAndActive(heldCall); in hangupForegroundResumeBackground()
[all …]