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

  /external/smack/src/org/jivesoftware/smackx/bookmark/
Bookmarks.java 32 * Bookmarks is used for storing and retrieving URLS and Conference rooms.
33 * Bookmark Storage (JEP-0048) defined a protocol for the storage of bookmarks to conference rooms and other entities
47 * // Bookmark a Conference room.
48 * BookmarkedConference conference = new BookmarkedConference();
49 * conference.setName("My Favorite Room");
50 * conference.setAutoJoin("true");
51 * conference.setJID("dev@conference.jivesoftware.com");
52 * bookmarks.addConference(conference);
104 * @param bookmarkedConference the conference to remove
189 BookmarkedConference conference = conferences.next(); local
244 final BookmarkedConference conference = getConferenceStorage(parser); local
    [all...]
BookmarkedConference.java 23 * Respresents a Conference Room bookmarked on the server using JEP-0048 Bookmark Storage JEP.
53 * Returns the display label representing the Conference room.
55 * @return the name of the conference room.
66 * Returns true if this conference room should be auto-joined on startup.
79 * Returns the full JID of this conference room. (ex.dev@conference.jivesoftware.com)
81 * @return the full JID of this conference room.
88 * Returns the nickname to use when joining this conference room. This is an optional
102 * Returns the password to use when joining this conference room. This is an optional
105 * @return the password to use when joining this conference room, null may be returned
119 BookmarkedConference conference = (BookmarkedConference)obj; local
    [all...]
BookmarkManager.java 33 * that marks a url as a news feed and also a sub-element can be added to either a URL or conference
96 * Adds or updates a conference in the bookmarks.
98 * @param name the name of the conference
99 * @param jid the jid of the conference
100 * @param isAutoJoin whether or not to join this conference automatically on login
101 * @param nickname the nickname to use for the user when joining the conference
102 * @param password the password to use for the user when joining the conference
130 * Removes a conference from the bookmarks.
132 * @param jid the jid of the conference to be removed.
135 * @throws IllegalArgumentException thrown when the conference being removed is a share
142 BookmarkedConference conference = it.next(); local
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedGsmCallState.java 428 ret = conference();
607 conference() { method in class:SimulatedGsmCallState
SimulatedCommands.java 664 public void conference (Message result) { method in class:SimulatedCommands
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CallManager.java 680 * Whether or not the phone can conference in the current phone
682 * @return true if the phone can conference; false otherwise.
700 * Conferences holding and active. Conference occurs asynchronously
708 public void conference(Call heldCall) throws CallStateException { method in class:CallManager
711 Rlog.d(LOG_TAG, "conference(" +heldCall + ")");
718 ((SipPhone) fgPhone).conference(heldCall); method
720 fgPhone.conference();
722 throw(new CallStateException("Can't conference foreground and selected background call"));
726 Rlog.d(LOG_TAG, "End conference(" +heldCall + ")");
    [all...]
Phone.java 66 UNKNOWN, SWITCH, SEPARATE, TRANSFER, CONFERENCE, REJECT, HANGUP;
643 * Whether or not the phone can conference in the current phone
645 * @return true if the phone can conference; false otherwise.
650 * Conferences holding and active. Conference occurs asynchronously
658 void conference() throws CallStateException; method in interface:Phone
    [all...]
PhoneProxy.java 564 public void conference() throws CallStateException { method in class:PhoneProxy
565 mActivePhone.conference();
    [all...]
CommandsInterface.java 836 void conference (Message result); method in interface:CommandsInterface
    [all...]
RIL.java 1000 conference (Message result) { method in class:RIL
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GSMPhone.java 464 public void conference() { method in class:GSMPhone
465 mCT.conference();
625 conference(); method
    [all...]
GsmCallTracker.java 292 conference() { method in class:GsmCallTracker
293 mCi.conference(obtainCompleteMessage(EVENT_CONFERENCE_RESULT));
833 return Phone.SuppService.CONFERENCE;
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipCommandInterface.java 133 public void conference (Message result) { method in class:SipCommandInterface
SipPhone.java 230 public void conference() throws CallStateException { method in class:SipPhone
238 if (DBG) log("conference: merge fg & bg");
243 public void conference(Call that) throws CallStateException { method in class:SipPhone
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
UsimDataDownloadCommands.java 270 public void conference(Message result) { method in class:UsimDataDownloadCommands
GSMPhoneTest.java 691 // Conference the two
692 mGSMPhone.conference();
735 // Hangup conference call, ringing call still around
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaCallTracker.java 314 conference() { method in class:CdmaCallTracker
    [all...]
CDMAPhone.java 315 public void conference() { method in class:CDMAPhone
317 Rlog.e(LOG_TAG, "conference: not possible in CDMA");
    [all...]
  /packages/apps/Phone/src/com/android/phone/
PhoneUtils.java     [all...]
  /external/chromium/net/base/
effective_tld_names.cc     [all...]

Completed in 915 milliseconds