OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SUBJECT
(Results
1 - 15
of
15
) 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
43
static private final String
SUBJECT
= "
subject
";
128
* Retrieve the
subject
line from the parsed mailto URL.
129
* If no
subject
line was specified, then null is return
130
* @return
subject
or null
133
return mHeaders.get(
SUBJECT
);
/packages/apps/UnifiedEmail/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
55
private static final String
SUBJECT
= "This is the
subject
";
92
mForwardIntro = mMockContext.getString(R.string.message_compose_fwd_header_fmt,
SUBJECT
,
206
msg.mSubject =
SUBJECT
;
/packages/apps/Email/tests/src/com/android/email/
LegacyConversionsTests.java
71
private static final String
SUBJECT
= "This is the
subject
";
106
REPLY_TO, SENDER,
SUBJECT
, null);
120
REPLY_TO, SENDER,
SUBJECT
, null);
136
String sender, String
subject
, String content) throws MessagingException {
159
if (
subject
!= null) {
160
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
);
/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
199
* The
subject
of the message, if present.
202
public static final String
SUBJECT
= "
subject
";
307
* @param
subject
the pseudo-
subject
of the message
315
Uri uri, String address, String body, String
subject
,
317
return addMessageToUri(resolver, uri, address, body,
subject
,
328
* @param
subject
the pseudo-
subject
of the message
337
Uri uri, String address, String body, String
subject
,
[
all
...]
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
EmailContent.java
543
// Message
subject
544
public static final String
SUBJECT
= "
subject
";
669
MessageColumns.
SUBJECT
, MessageColumns.FLAG_READ,
701
MessageColumns.
SUBJECT
, MessageColumns.FLAG_READ,
[
all
...]
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
UIProvider.java
[
all
...]
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/current/
android.jar
/prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar
Completed in 196 milliseconds