OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BODY_QUOTED_PART_REPLY
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Email/src/com/android/email/
LegacyConversions.java
70
/* package */ static final String
BODY_QUOTED_PART_REPLY
= "quoted-reply";
188
boolean isQuotedReply =
BODY_QUOTED_PART_REPLY
.equalsIgnoreCase(replyTag);
533
String replyTag = isReply ?
BODY_QUOTED_PART_REPLY
: BODY_QUOTED_PART_FORWARD;
[
all
...]
/packages/apps/Email/tests/src/com/android/email/
LegacyConversionsTests.java
562
boolean isReply = LegacyConversions.
BODY_QUOTED_PART_REPLY
.equalsIgnoreCase(header);
[
all
...]
Completed in 12 milliseconds