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