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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
Phone.java 66 UNKNOWN, SWITCH, SEPARATE, TRANSFER, CONFERENCE, REJECT, HANGUP;
644 * Whether or not the phone can conference in the current phone
646 * @return true if the phone can conference; false otherwise.
651 * Conferences holding and active. Conference occurs asynchronously
659 void conference() throws CallStateException; method in interface:Phone
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmCallTracker.java 302 conference() { method in class:GsmCallTracker
303 mCi.conference(obtainCompleteMessage(EVENT_CONFERENCE_RESULT));
842 return Phone.SuppService.CONFERENCE;
    [all...]

Completed in 35 milliseconds