Searched refs:hasText (Results 1 – 6 of 6) sorted by relevance
193 boolean hasText = false; in createSmilDocument()197 if ((par == null) || (hasMedia && hasText)) { in createSmilDocument()199 hasText = false; in createSmilDocument()223 hasText = true; in createSmilDocument()
451 public boolean hasText() { in hasText() method in SlideModel
193 if ((slide != null) && slide.hasText()) { in MessageItem()
1760 return !(hasText() || hasSubject() || hasAttachment()); in isEmptyMms()2480 if (!slideshow.get(0).hasText()) { in fixEmptySlideshow()3017 private boolean hasText() { in hasText() method in ComposeMessageActivity3027 return hasRecipient() && (hasAttachment() || hasText()); in isPreparedForSending()
314 if (slide.hasText() && !TextUtils.isEmpty(slide.getText().getText())) { in onPrepareOptionsMenu()
354 if (slide.hasText()) { in getAttachmentType()