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.java795 public void switchHoldingAndActive(Call heldCall) throws CallStateException { in switchHoldingAndActive()
834 public void hangupForegroundResumeBackground(Call heldCall) throws CallStateException { in hangupForegroundResumeBackground()
868 public boolean canConference(Call heldCall) { in canConference()
890 public boolean canConference(Call heldCall, int subId) { in canConference()
914 public void conference(Call heldCall) throws CallStateException { in conference()
1088 public boolean canTransfer(Call heldCall) { in canTransfer()
1108 public boolean canTransfer(Call heldCall, int subId) { in canTransfer()
1135 public void explicitCallTransfer(Call heldCall) throws CallStateException { in explicitCallTransfer()