Searched defs:TEXT (Results 1 - 10 of 10) 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.java40 * AlertDialog used for DISPLAY TEXT commands.
59 private static final String TEXT = "text"; field in class:StkDialogActivity
247 outState.putParcelable(TEXT, mTextMsg);
254 mTextMsg = savedInstanceState.getParcelable(TEXT);
295 mTextMsg = intent.getParcelableExtra("TEXT");
/packages/apps/Email/provider_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.java67 private static final int TEXT = 4; field in class:Parser
122 // The type of the last token read (eg, TEXT, OPAQUE, END, etc).
237 } else if (type != OPAQUE && type != TEXT) {
238 throw new EasParserException("Expected OPAQUE or TEXT data for tag " + name);
267 } else if (type != TEXT) {
268 throw new EasParserException("Expected TEXT data for tag " + name);
440 * TEXT (the value of a tag)
483 type = TEXT;
/packages/services/Telephony/src/com/android/phone/common/mail/store/imap/
H A DImapConstants.java84 public static final String TEXT = "TEXT"; field in class:ImapConstants
/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
H A DBluetoothMapContract.java395 * <P>Type: TEXT</P>
428 * <P>Type: TEXT</P>
444 * <P>Type: TEXT</P>
469 * <P>Type: TEXT</P>
472 public static final String TEXT = "text"; field in interface:BluetoothMapContract.MessagePartColumns
478 * <P>Type: TEXT</P>
488 * <P>Type: TEXT</P>
498 * <P>Type: TEXT</P>
548 * <P>Type: TEXT</P>
555 * <P>Type: TEXT</
[all...]
/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DDatabaseHelper.java160 + ConversationColumns.NAME + " TEXT, "
162 + ConversationColumns.SNIPPET_TEXT + " TEXT, "
163 + ConversationColumns.SUBJECT_TEXT + " TEXT, "
164 + ConversationColumns.PREVIEW_URI + " TEXT, "
165 + ConversationColumns.PREVIEW_CONTENT_TYPE + " TEXT, "
167 + ConversationColumns.DRAFT_SNIPPET_TEXT + " TEXT, "
168 + ConversationColumns.DRAFT_SUBJECT_TEXT + " TEXT, "
169 + ConversationColumns.DRAFT_PREVIEW_URI + " TEXT, "
170 + ConversationColumns.DRAFT_PREVIEW_CONTENT_TYPE + " TEXT, "
174 + ConversationColumns.ICON + " TEXT, "
317 public static final String TEXT = "text"; field in class:DatabaseHelper.PartColumns
[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.java690 QuickResponseColumns.TEXT,
698 public static final String TEXT = "quickResponse"; field in class:UIProvider.QuickResponseColumns
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 383 milliseconds