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