Searched refs:heldCall (Results 1 – 1 of 1) sorted by relevance
682 public boolean canConference(Call heldCall) { in canConference() argument690 if (heldCall != null) { in canConference()691 heldPhone = heldCall.getPhone(); in canConference()705 public boolean canConference(Call heldCall, int subId) { in canConference() argument713 if (heldCall != null) { in canConference()714 heldPhone = heldCall.getPhone(); in canConference()730 public void conference(Call heldCall) throws CallStateException { in conference() argument731 int subId = heldCall.getPhone().getSubId(); in conference()734 Rlog.d(LOG_TAG, "conference(" +heldCall + ")"); in conference()741 ((SipPhone) fgPhone).conference(heldCall); in conference()[all …]