Searched refs:heldCall (Results 1 – 1 of 1) sorted by relevance
759 public void switchHoldingAndActive(Call heldCall) throws CallStateException { in switchHoldingAndActive() argument764 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() argument803 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 …]