Searched refs:mSbContent (Results 1 – 1 of 1) sorted by relevance
78 private CappedStringBuilder mSbContent = new CappedStringBuilder(MAX_STRING_BUILDER_SIZE); field in SearchIndexManager.IndexBuilder91 mSbContent.clear(); in reset()99 return mSbContent.length() == 0 ? null : mSbContent.toString(); in getContent()120 return "Content: " + mSbContent + "\n Name: " + mSbName + "\n Tokens: " + mSbTokens; in toString()127 if (mSbContent.length() != 0) { in commit()128 mSbContent.append('\n'); in commit()130 mSbContent.append(content); in commit()