Searched defs:TEXT (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Email/tests/src/com/android/emailcommon/internet/
H A DRfc822OutputTests.java57 private static final String TEXT = "Here is some new text."; field in class:Rfc822OutputTests
104 msg.mText = TEXT;
113 assertEquals(TEXT + mForwardIntro + REPLY_TEXT_BODY, bodyParts[0]);
119 msg.mText = TEXT;
145 msg.mText = TEXT;
190 msg.mText = TEXT;
/packages/apps/Stk/src/com/android/stk/
H A DStkDialogActivity.java35 * AlretDialog used for DISPLAY TEXT commands.
56 private static final String TEXT = "text"; field in class:StkDialogActivity
176 outState.putParcelable(TEXT, mTextMsg);
183 mTextMsg = savedInstanceState.getParcelable(TEXT);
202 mTextMsg = intent.getParcelableExtra("TEXT");
/packages/apps/Email/src/com/android/email/mail/store/imap/
H A DImapConstants.java84 public static final String TEXT = "TEXT"; field in class:ImapConstants
/packages/apps/Exchange/src/com/android/exchange/adapter/
H A DParser.java66 private static final int TEXT = 4; field in class:Parser
125 // The type of the last token read (eg, TEXT, OPAQUE, END, etc).
253 } else if (type != OPAQUE && type != TEXT) {
254 throw new EasParserException("Expected OPAQUE or TEXT data for tag " + name);
283 } else if (type != TEXT) {
284 throw new EasParserException("Expected TEXT data for tag " + name);
456 * TEXT (the value of a tag)
499 type = TEXT;
/packages/apps/Mms/src/com/android/mms/data/
H A DWorkingMessage.java118 public static final int TEXT = 0; field in class:WorkingMessage
208 mAttachmentType = TEXT;
379 mAttachmentType = TEXT;
424 * @param dataUri Uri containing the attachment data (or null for {@link TEXT})
437 // this function setAttachment with a type of TEXT and a null uri. Basically, it's turning
443 if (type == TEXT && mAttachmentType == SLIDESHOW && mSlideshow != null && dataUri == null
479 if (!append && mAttachmentType == TEXT && type == TEXT) {
578 mAttachmentType = TEXT;
581 if (type == TEXT) {
[all...]
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DEmailContent.java1728 static final String TEXT = "quickResponse"; field in interface:EmailContent.QuickResponseColumns
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DUIProvider.java633 QuickResponseColumns.TEXT,
641 public static final String TEXT = "quickResponse"; field in class:UIProvider.QuickResponseColumns

Completed in 521 milliseconds