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

/packages/apps/Stk/src/com/android/stk/
H A DStkDialogActivity.java34 * AlretDialog used for DISPLAY TEXT commands.
54 private static final String TEXT = "text"; field in class:StkDialogActivity
143 outState.putParcelable(TEXT, mTextMsg);
150 mTextMsg = savedInstanceState.getParcelable(TEXT);
168 mTextMsg = intent.getParcelableExtra("TEXT");
/packages/apps/Email/tests/src/com/android/emailcommon/internet/
H A DRfc822OutputTests.java62 private static final String TEXT = "Here is some new text."; field in class:Rfc822OutputTests
135 message1.mText = TEXT;
140 assertEquals(TEXT + REPLY_INTRO_TEXT + ">" + REPLY_TEXT_BODY, bodyParts[0]);
149 assertEquals(TEXT + REPLY_INTRO_TEXT + BODY_TEXT_REPLY_HTML, bodyParts[0]);
158 assertEquals(TEXT + REPLY_INTRO_TEXT, bodyParts[0]);
168 message2.mText = TEXT;
173 assertEquals(TEXT + REPLY_INTRO_TEXT, bodyParts[0]);
182 assertEquals(TEXT + REPLY_INTRO_TEXT, bodyParts[0]);
192 assertEquals(TEXT + REPLY_INTRO_TEXT, bodyParts[0]);
201 msg.mText = TEXT;
[all...]
/packages/apps/Email/src/com/android/email/mail/store/imap/
H A DImapConstants.java81 public static final String TEXT = "TEXT"; field in class:ImapConstants
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
H A DParser.java48 public static final int TEXT = 4; field in class:Parser
433 * TEXT (the value of a tag)
435 * @param asInt whether a TEXT value should be parsed as a String or an int.
479 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) {
581 mAttachmentType = TEXT;
584 if (type == TEXT) {
[all...]
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DEmailContent.java1449 static final String TEXT = "quickResponse"; field in interface:EmailContent.QuickResponseColumns

Completed in 231 milliseconds