Home
last modified time | relevance | path

Searched refs:msgWithoutLink (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/utils/
DAnnotationSpan.java91 StringBuilder msgWithoutLink = new StringBuilder(msg.toString()); in textWithoutLink() local
93 msgWithoutLink.delete(msg.getSpanStart(span), msg.getSpanEnd(span)); in textWithoutLink()
95 return msgWithoutLink.toString(); in textWithoutLink()