Home | History | Annotate | Download | only in data

Lines Matching refs:TEXT

43 import android.text.TextUtils;
118 public static final int TEXT = 0;
130 // Text of the message.
208 mAttachmentType = TEXT;
310 // first - non-empty String representing the text of an SMS draft
311 // second - non-null String representing the text of an MMS subject
356 * Sets the text of the message to the specified CharSequence.
363 * Returns the current message text.
370 * @return True if the message has any text. A message with just whitespace is not considered
371 * to have 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;
583 // If we're changing to text, just bail out.
584 if (type == TEXT) {
604 // If we're changing to text, just bail out.
605 if (type == TEXT) {
668 return (mAttachmentType > TEXT);
716 * Moves the message text into the slideshow. Should be called any time
724 TextModel text;
727 text = new TextModel(mActivity, ContentType.TEXT_PLAIN, "text_0.txt",
729 slide.add(text);
732 text = slide.getText();
734 text.setText(mText);
738 * Sets the message text out of the slideshow. Should be called any time
742 // Don't sync text for real slideshows.
898 // When there's no associated text message, we have to handle the case where there
1088 // If this message is only mms because of multiple recipients and there's no text
1216 final boolean textOnly = mAttachmentType == TEXT;
1228 // Make sure the text in slide 0 is no longer holding onto a reference to
1229 // the text in the message text box.
1265 private boolean addressContainsEmailToMms(Conversation conv, String text) {
1271 String mtext = dests[i] + " " + text;
1288 // If user tries to send the message, it's a signal the inputted text is what they wanted.
1403 // If user tries to send the message, it's a signal the inputted text is