HomeSort by relevance Sort by last modified time
    Searched refs:CONFERENCE (Results 1 - 5 of 5) sorted by null

  /frameworks/base/telephony/java/com/android/internal/telephony/
Phone.java 96 UNKNOWN, SWITCH, SEPARATE, TRANSFER, CONFERENCE, REJECT, HANGUP;
712 * Whether or not the phone can conference in the current phone
714 * @return true if the phone can conference; false otherwise.
719 * Conferences holding and active. Conference occurs asynchronously
727 void conference() throws CallStateException; method in interface:Phone
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaCallTracker.java 321 conference() throws CallStateException { method in class:CdmaCallTracker
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmCallTracker.java 283 conference() throws CallStateException { method in class:GsmCallTracker
284 cm.conference(obtainCompleteMessage(EVENT_CONFERENCE_RESULT));
819 return Phone.SuppService.CONFERENCE;
GSMPhone.java 457 public void conference() throws CallStateException { method in class:GSMPhone
458 mCT.conference();
614 conference(); method
617 "conference failed", e);
618 notifySuppServiceFailed(Phone.SuppService.CONFERENCE);
    [all...]
  /packages/apps/Phone/src/com/android/phone/
InCallScreen.java     [all...]

Completed in 356 milliseconds