Searched refs:heldCall (Results 1 – 1 of 1) sorted by relevance
685 public boolean canConference(Call heldCall) { in canConference() argument693 if (heldCall != null) { in canConference()694 heldPhone = heldCall.getPhone(); in canConference()708 public boolean canConference(Call heldCall, int subId) { in canConference() argument716 if (heldCall != null) { in canConference()717 heldPhone = heldCall.getPhone(); in canConference()733 public void conference(Call heldCall) throws CallStateException { in conference() argument734 int subId = heldCall.getPhone().getSubId(); in conference()737 Rlog.d(LOG_TAG, "conference(" +heldCall + ")"); in conference()744 ((SipPhone) fgPhone).conference(heldCall); in conference()[all …]