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

  /external/nist-sip/java/gov/nist/javax/sip/parser/
ReplyToParser.java 69 headerName(TokenTypes.REPLY_TO);
71 replyTo.setHeaderName(SIPHeaderNames.REPLY_TO);
TokenTypes.java 95 public static final int REPLY_TO = START + 58;
Lexer.java 128 TokenTypes.REPLY_TO);
  /packages/apps/Email/src/org/apache/james/mime4j/field/
DefaultFieldParser.java 43 setFieldParser(Field.REPLY_TO, addressListParser);
Field.java 37 public static final String REPLY_TO = "Reply-To";
  /external/nist-sip/java/gov/nist/javax/sip/header/
NameMap.java 163 putNameMap(REPLY_TO, ReplyTo.class.getName()); // 43
SIPHeaderNames.java 100 public static final String REPLY_TO = ReplyToHeader.NAME; //44
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/bin/
arm-eabi-gccbug 112 REPLY_TO="${REPLY_TO:-${REPLYTO:-$LOGNAME}}"
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/bin/
arm-eabi-gccbug 111 REPLY_TO="${REPLY_TO:-${REPLYTO:-$LOGNAME}}"
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/bin/
arm-eabi-gccbug 111 REPLY_TO="${REPLY_TO:-${REPLYTO:-$LOGNAME}}"
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/bin/
arm-eabi-gccbug 111 REPLY_TO="${REPLY_TO:-${REPLYTO:-$LOGNAME}}"
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/bin/
arm-eabi-gccbug 112 REPLY_TO="${REPLY_TO:-${REPLYTO:-$LOGNAME}}"
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/bin/
arm-eabi-gccbug 111 REPLY_TO="${REPLY_TO:-${REPLYTO:-$LOGNAME}}"
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/
arm-eabi-gccbug 111 REPLY_TO="${REPLY_TO:-${REPLYTO:-$LOGNAME}}"
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/
arm-eabi-gccbug 111 REPLY_TO="${REPLY_TO:-${REPLYTO:-$LOGNAME}}"
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/bin/
i686-linux-gccbug 111 REPLY_TO="${REPLY_TO:-${REPLYTO:-$LOGNAME}}"
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/bin/
i686-unknown-linux-gnu-gccbug 112 REPLY_TO="${REPLY_TO:-${REPLYTO:-$LOGNAME}}"
  /packages/apps/Email/tests/src/com/android/email/
LegacyConversionsTests.java 72 private static final String REPLY_TO = "reply-to@android.com";
117 REPLY_TO, SENDER, SUBJECT, null);
131 REPLY_TO, SENDER, SUBJECT, null);
    [all...]

Completed in 225 milliseconds