Home | History | Annotate | Download | only in sms

Lines Matching refs:hasText

330         boolean hasText = false;
375 hasText = true;
379 if (hasText) {
389 hasNonVisualAttachment, hasText);
596 final boolean hasNonVisualAttachments, final boolean hasText) {
598 return hasText ? sSmilVisualAttachmentsWithText : sSmilVisualAttachmentsOnly;
601 return hasText ? sSmilNonVisualAttachmentsWithText : sSmilNonVisualAttachmentsOnly;