Searched refs:mFullText (Results 1 – 2 of 2) sorted by relevance
47 private final String mFullText; field in TextLinks84 mFullText = fullText; in TextLinks()112 if (!mFullText.equals(text.toString())) { in apply()157 dest.writeString(mFullText); in writeToParcel()175 mFullText = in.readString(); in TextLinks()482 private final String mFullText; field in TextLinks.Builder491 mFullText = Preconditions.checkNotNull(fullText); in Builder()521 return new TextLinks(mFullText, mLinks); in build()
95 private final String mFullText; field in TextLinks99 mFullText = fullText; in TextLinks()109 return mFullText; in getText()151 return String.format(Locale.US, "TextLinks{fullText=%s, links=%s}", mFullText, mLinks); in toString()161 dest.writeString(mFullText); in writeToParcel()179 mFullText = in.readString(); in TextLinks()578 private final String mFullText; field in TextLinks.Builder587 mFullText = Preconditions.checkNotNull(fullText); in Builder()633 return new TextLinks(mFullText, mLinks); in build()