HomeSort by relevance Sort by last modified time
    Searched full:invite (Results 26 - 50 of 120) sorted by null

12 3 4 5

  /frameworks/base/docs/html/guide/topics/text/
index.jd 22 <p>We believe speech can fundamentally change the mobile experience. We would like to invite
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPRequest.java 89 private transient Object inviteTransaction; // The original invite request for a
93 * Set of target refresh methods, currently: INVITE, UPDATE, SUBSCRIBE, NOTIFY, REFER
110 targetRefreshMethods.add(Request.INVITE);
116 putName(Request.INVITE);
211 * Check header for constraints. (1) Invite options and bye requests can only have SIP URIs in
268 * methods defined in this specification, that includes only the INVITE request. For these
276 if (requestLine.getMethod().equals(Request.INVITE)
299 * Contact header is mandatory for a SIP INVITE request.
302 && (this.getMethod().equals(Request.INVITE)
305 throw new ParseException("Contact Header is Mandatory for a SIP INVITE", 0)
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/
SipStackImpl.java 177 * Setting this to <it>true</it> imposes serialization on re-INVITE and makes
178 * the sending of re-INVITEs asynchronous. The sending of re-INVITE is
179 * controlled as follows : If the previous in-DIALOG request was an invite
181 * till an ACK has been sent before admitting the new re-INVITE. If the previous
182 * in-DIALOG transaction was a INVITE ServerTransaction then Dialog waits for
183 * ACK before re-INVITE is allowed to be sent. If a dialog is not ACKed within
260 * transactions. This is not standard behavior per RFC 3261 (INVITE server
337 * CANCEL client transaction is not checked for the existence of the INVITE or
338 * the state of INVITE when you send the CANCEL request. Hence you can CANCEL an
339 * INVITE from a different stack than the INVITE. You can also create a CANCE
    [all...]
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
mirc.php 63 'gstop','gtalk','gunload','guser','help','hop','ignore','invite',
140 GESHI_SEARCH => '((on|ctcp) (!|@|&)?(\d|\*):(Action|Active|Agent|AppActive|Ban|Chat|Close|Connect|Ctcp|CtcpReply|DccServer|DeHelp|DeOp|DeVoice|Dialog|Dns|Error|Exit|FileRcvd|FileSent|GetFail|Help|Hotlink|Input|Invite|Join|KeyDown|KeyUp|Kick|Load|Logon|MidiEnd|Mode|Mp3End|Nick|NoSound|Notice|Notify|Op|Open|Part|Ping|Pong|PlayEnd|Quit|Raw|RawMode|SendFail|Serv|ServerMode|ServerOp|Signal|Snotice|Start|Text|Topic|UnBan|Unload|Unotify|User|Mode|Voice|Wallops|WaveEnd):)',
  /external/smack/src/org/jivesoftware/smackx/muc/
UserStatusListener.java 81 * will be able to kick users, grant and revoke voice, invite other users, modify room's
89 * you will no longer be able to kick users, grant and revoke voice, invite other users,
ParticipantStatusListener.java 111 * will be able to kick users, grant and revoke voice, invite other users, modify room's
121 * user will no longer be able to kick users, grant and revoke voice, invite other users,
  /external/smack/src/org/jivesoftware/smackx/workgroup/packet/
RoomInvitation.java 36 public static final String ELEMENT_NAME = "invite";
49 * the case of a queue or a workgroup the server will select the best agent to invite.
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipSessionGroup.java 111 // session that processes INVITE requests
330 if (isRequestEvent(Request.INVITE, event)) {
331 if (DBG) log("processRequest: mWakeLock.acquire got INVITE, thread:"
485 // got INVITE w/ replaces request.
511 if (isRequestEvent(Request.INVITE, evt)) {
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPTransaction.java 89 * The maximum retransmit interval for non-INVITE requests and INVITE
107 * INVITE request retransmit interval, for UDP only
112 * INVITE transaction timeout timer
441 * Returns a flag stating whether this transaction is for an INVITE request
444 * @return -- true if this is an INVITE request, false if not.
447 return getMethod().equals(Request.INVITE);
575 // For INVITE Client transactions, double interval each time
579 // non-INVITE transactions and 3xx-6xx responses are capped at T2
    [all...]
  /external/grub/netboot/
sis900.txt 85 assistance. We invite more developers to help improve Etherboot.
  /external/wpa_supplicant_8/src/p2p/
p2p_invitation.c 486 p2p_dbg(p2p, "No pending Invite");
526 p2p_dbg(p2p, "Request to invite peer " MACSTR " role=%d persistent=%d "
543 p2p_dbg(p2p, "Cannot invite unknown P2P Device " MACSTR,
560 p2p_dbg(p2p, "Cannot invite a P2P Device " MACSTR
p2p_i.h 200 * P2P_INVITE - Trying to start Invite
205 * P2P_INVITE_LISTEN - Listen during Invite
254 * invite_peer - Pointer to Invite peer
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageInviteView.java 85 LogUtils.w("UnifiedEmail", "SENDING INVITE COMMAND, VALUE=%s", command);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
AccountTypeManager.java 135 * which support the "invite" feature and have one or more account.
628 * which support the "invite" feature and have one or more account. This is an unfiltered
669 * Return all {@link AccountType}s with at least one account which supports "invite", i.e.
695 * Return all usable {@link AccountType}s that support the "invite" feature from the
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
AccountType.java 163 * Returns an optional custom invite contact activity.
216 * @return resource ID for the "invite contact" action label, or -1 if not defined.
247 * Returns an optional custom label for the "invite contact" action, which will be shown on
  /external/nist-sip/java/gov/nist/javax/sip/parser/
Lexer.java 103 addKeyword(TokenNames.INVITE, TokenTypes.INVITE);
RequestLineParser.java 79 "INVITE sip:3660@166.35.231.140 SIP/2.0\n",
80 "INVITE sip:user@company.com SIP/2.0\n",
TokenNames.java 45 public static final String INVITE = Request.INVITE;
StringMsgParser.java 640 + "CSeq: 1 INVITE\r\n" + "Max-Forwards: 70\r\n"
650 + "Contact: <sip:129.6.55.182:14826>;methods=\"INVITE, MESSAGE, INFO, SUBSCRIBE, OPTIONS, BYE, CANCEL, NOTIFY, ACK, REFER\"\r\n"
655 + "INVITE sip:littleguy@there.com:5060 SIP/2.0\r\n"
660 + "CSeq: 1 INVITE \r\n"
  /development/samples/SampleSyncAdapter/
AndroidManifest.xml 110 We use the INVITE intent to add a raw contact to an existing contact.
  /development/samples/SampleSyncAdapter/res/values/
strings.xml 112 <!-- The description for the invite contact flow -->
  /docs/source.android.com/src/source/
roles.jd 54 project leads might invite them to become verifiers. <em>Note: at this
  /external/chromium_org/chrome/android/java/strings/translations/
android_chrome_strings_fr.xtb 56 <translation id="5032574515228824816">Invite</translation>
  /external/chromium_org/chrome/common/extensions/docs/templates/intros/
declarativeContent.html 95 permissions but can invite the user to click its page action on
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
constants.cc 125 { NS_GOOGLE_MUC_HANGOUT, "invite" };
127 { NS_GOOGLE_MUC_HANGOUT, "invite-type" };
376 // Google Invite
598 const StaticQName QN_MUC_USER_INVITE = { NS_MUC_USER, "invite" };

Completed in 1151 milliseconds

12 3 4 5