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.java795 public void switchHoldingAndActive(Call heldCall) throws CallStateException { in switchHoldingAndActive() argument
800 Rlog.d(LOG_TAG, "switchHoldingAndActive(" +heldCall + ")"); in switchHoldingAndActive()
808 if (heldCall != null) { in switchHoldingAndActive()
809 heldPhone = heldCall.getPhone(); in switchHoldingAndActive()
821 Rlog.d(LOG_TAG, "End switchHoldingAndActive(" +heldCall + ")"); in switchHoldingAndActive()
834 public void hangupForegroundResumeBackground(Call heldCall) throws CallStateException { in hangupForegroundResumeBackground() argument
839 Rlog.d(LOG_TAG, "hangupForegroundResumeBackground(" +heldCall + ")"); in hangupForegroundResumeBackground()
845 if (heldCall != null) { in hangupForegroundResumeBackground()
846 backgroundPhone = heldCall.getPhone(); in hangupForegroundResumeBackground()
852 switchHoldingAndActive(heldCall); in hangupForegroundResumeBackground()
[all …]