Home
last modified time | relevance | path

Searched defs: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()
798 public void hangupForegroundResumeBackground(Call heldCall) throws CallStateException { in hangupForegroundResumeBackground()
832 public boolean canConference(Call heldCall) { in canConference()
854 public boolean canConference(Call heldCall, int subId) { in canConference()
878 public void conference(Call heldCall) throws CallStateException { in conference()
1051 public boolean canTransfer(Call heldCall) { in canTransfer()
1071 public boolean canTransfer(Call heldCall, int subId) { in canTransfer()
1098 public void explicitCallTransfer(Call heldCall) throws CallStateException { in explicitCallTransfer()