HomeSort by relevance Sort by last modified time
    Searched defs:FROM (Results 1 - 25 of 26) sorted by null

1 2

  /external/smack/src/com/kenai/jbosh/
Attributes.java 42 static final BodyQName FROM = BodyQName.createBOSH("from");
  /packages/apps/Email/src/org/apache/james/mime4j/field/
Field.java 33 public static final String FROM = "From";
39 public static final String RESENT_FROM = "Resent-From";
119 * <code>From</code>, etc).
167 * Determines if this is a <code>From</code> field.
169 * @return <code>true</code> if this is a <code>From</code> field,
173 return FROM.equalsIgnoreCase(name);
  /external/nist-sip/java/gov/nist/javax/sip/header/
SIPHeaderNames.java 63 public static final String FROM = FromHeader.NAME; //17
  /cts/tools/dasm/src/dasm/
sym.java 13 static final int FROM = 26;
  /external/guava/guava/src/com/google/common/net/
HttpHeaders.java 79 /** The HTTP From header field name. */
80 public static final String FROM = "From";
  /external/nist-sip/java/gov/nist/javax/sip/parser/
TokenTypes.java 51 public static final int FROM = START + 14;
227 * Obtained from:
233 * Obtained from:
243 * CVS: Obtained from:
244 * CVS: If this change has been taken from another system,
262 * Obtained from:
270 * CVS: Obtained from:
271 * CVS: If this change has been taken from another system,
284 * Obtained from:
287 * Moved some changes from jain-sip-1.2 to java.ne
    [all...]
Lexer.java 139 addKeyword(FromHeader.NAME.toUpperCase(), TokenTypes.FROM);
212 addKeyword(TokenNames.F.toUpperCase(), TokenTypes.FROM);
  /packages/apps/Email/tests/src/com/android/email/activity/
MessageComposeTests.java 79 private static final String FROM = "Fred From <from@google.com>";
115 * The following action definitions are purposefully copied from MessageCompose, so that
195 * To = Reply-To or From: (if REPLY)
196 * To = (Reply-To or From:), Cc = + To: + Cc: (if REPLY_ALL)
234 * Tests similar cases as testProcessSourceMessageReply, but when sender is in From: (or
547 * The to should be: FROM
557 msg.mFrom = Address.parseAndPack(FROM);
569 String expected = Address.parseAndPack(FROM);
    [all...]
  /external/ipsec-tools/src/racoon/
cfparse.h 116 FROM = 332,
281 #define FROM 332
  /frameworks/opt/mms/src/java/com/google/android/mms/pdu/
PduHeaders.java 37 public static final int FROM = 0x89;
162 * From field type components.
597 case FROM:
  /frameworks/opt/telephony/src/java/android/provider/
Telephony.java 573 * (decoded from the WSP Content-Type header)</li>
680 * @param intent the intent to read from
785 public static final String FROM = "from";
    [all...]
  /packages/apps/Email/src/com/android/mail/providers/
UIProvider.java 168 * Whether the server supports a concept of Archive: removing mail from the Inbox but
198 * their account name? For instance, GMail allows users to set FROM addresses that are
199 * different from account@gmail.com address. For instance, user@gmail.com could have another
200 * FROM: address like user@android.com. If the user has enabled multiple FROM address, he
266 * This integer column returns the version of the UI provider schema from which this
293 * The cursor returned from this query is expected have one row, where the columnm are a
300 * custom from addresses for this account or null if there are none.
320 * to expunge a message from this account. NOTE: This might be better to
337 * Optionally, extra values from {@link EditSettingsExtras} can be used to indicat
    [all...]
  /dalvik/dx/etc/
jasmin.jar 
  /external/smack/asmack-master/lib/
httpcore-4.1.4.jar 
  /prebuilts/devtools/tools/lib/
httpcore-4.1.jar 
jython-2.5.3.jar 
guava-13.0.1.jar 
  /prebuilts/tools/common/http-client/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 
  /prebuilts/misc/common/jython/
jython.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 

Completed in 190 milliseconds

1 2