Searched refs:msgWithoutLink (Results 1 – 1 of 1) sorted by relevance
91 StringBuilder msgWithoutLink = new StringBuilder(msg.toString()); in textWithoutLink() local93 msgWithoutLink.delete(msg.getSpanStart(span), msg.getSpanEnd(span)); in textWithoutLink()95 return msgWithoutLink.toString(); in textWithoutLink()