HomeSort by relevance Sort by last modified time
    Searched defs:SUBJECT (Results 1 - 14 of 14) sorted by null

  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
AlternativeName.java 23 * This class implements the values of Subject Alternative Name
34 public static final boolean SUBJECT = true;
44 * (Subject's or Issuer's)
63 sb.append(prefix).append((which) ? "Subject" : "Issuer").append(" Alternative Names [\n");
  /frameworks/base/core/java/android/net/
MailTo.java 42 static private final String SUBJECT = "subject";
127 * Retrieve the subject line from the parsed mailto URL.
128 * If no subject line was specified, then null is return
129 * @return subject or null
132 return mHeaders.get(SUBJECT);
  /packages/apps/Email/src/org/apache/james/mime4j/field/
Field.java 47 public static final String SUBJECT = "Subject";
118 * Gets the name of the field (<code>Subject</code>,
157 * Determines if this is a <code>Subject</code> field.
159 * @return <code>true</code> if this is a <code>Subject</code> field,
163 return SUBJECT.equalsIgnoreCase(name);
  /external/nist-sip/java/gov/nist/javax/sip/header/
SIPHeaderNames.java 7 * employees are not subject to copyright protection in the United States
90 public static final String SUBJECT = SubjectHeader.NAME; //36
  /packages/apps/Email/tests/src/com/android/emailcommon/internet/
Rfc822OutputTests.java 54 private static final String SUBJECT = "This is the subject";
91 mForwardIntro = mMockContext.getString(R.string.message_compose_fwd_header_fmt, SUBJECT,
205 msg.mSubject = SUBJECT;
  /packages/apps/Email/tests/src/com/android/email/
LegacyConversionsTests.java 68 private static final String SUBJECT = "This is the subject";
103 REPLY_TO, SENDER, SUBJECT, null);
117 REPLY_TO, SENDER, SUBJECT, null);
133 String sender, String subject, String content) throws MessagingException {
156 if (subject != null) {
157 message.setSubject(subject);
  /external/nist-sip/java/gov/nist/javax/sip/parser/
TokenTypes.java 7 * employees are not subject to copyright protection in the United States
74 public static final int SUBJECT = START + 37;
Lexer.java 7 * employees are not subject to copyright protection in the United States
182 TokenTypes.SUBJECT);
217 addKeyword(TokenNames.S.toUpperCase(), TokenTypes.SUBJECT);
  /packages/apps/Email/tests/src/com/android/email/activity/
MessageComposeTests.java 75 private static final String SUBJECT = "This is the subject";
160 mSubjectView = (EditText) a.findViewById(R.id.subject);
197 * Subject = Re: Subject
203 final Message message = buildTestMessage(RECIPIENT_TO, SENDER, SUBJECT, BODY);
214 checkFields(SENDER + ", ", null, null, "Re: " + SUBJECT, null, null);
227 checkFields(REPLYTO + ", ", null, null, "Re: " + SUBJECT, null, null);
239 * Subject = Re: Subject
    [all...]
  /frameworks/opt/mms/src/java/com/google/android/mms/pdu/
PduHeaders.java 52 public static final int SUBJECT = 0x96;
591 case SUBJECT:
  /frameworks/opt/telephony/src/java/android/provider/
Telephony.java 124 * The subject of the message, if present
127 public static final String SUBJECT = "subject";
210 * @param subject the psuedo-subject of the message
217 Uri uri, String address, String body, String subject,
219 return addMessageToUri(resolver, uri, address, body, subject,
230 * @param subject the psuedo-subject of the message
238 Uri uri, String address, String body, String subject,
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
EmailContent.java 489 // Message subject
490 public static final String SUBJECT = "subject";
581 MessageColumns.SUBJECT, MessageColumns.FLAG_READ,
612 MessageColumns.SUBJECT, MessageColumns.FLAG_READ,
    [all...]
  /packages/apps/Email/src/com/android/mail/providers/
UIProvider.java 655 ConversationColumns.SUBJECT,
734 * This string column contains the subject string for a conversation.
736 public static final String SUBJECT = "subject";
    [all...]
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 450 milliseconds