Searched refs:hasText (Results 1 – 5 of 5) sorted by relevance
330 boolean hasText = false; in makePduBody()375 hasText = true; in makePduBody()379 if (hasText) { in makePduBody()389 hasNonVisualAttachment, hasText); in makePduBody()596 final boolean hasNonVisualAttachments, final boolean hasText) { in getSmilTemplate() argument598 return hasText ? sSmilVisualAttachmentsWithText : sSmilVisualAttachmentsOnly; in getSmilTemplate()601 return hasText ? sSmilNonVisualAttachmentsWithText : sSmilNonVisualAttachmentsOnly; in getSmilTemplate()
645 String hasText = ""; in setText() local647 hasText = "yes"; in setText()651 hasText = "yes"; in setText()656 hasText = "yes"; in setText()658 hasText = "no"; in setText()663 hasText = "yes"; in setText()665 if (V) Log.d(TAG, "setText: " + hasText); in setText()666 e.setText(hasText); in setText()
359 public boolean hasText() {583 return (hasText() && in getCanCopyMessageToClipboard()
298 if (mData.hasText()) { in shouldShowMessageTextBubble()466 || mData.hasText() || metadataVisible; in updateViewContent()
345 Assert.isTrue(data.hasText());