Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DSearchIndexManager.java78 private StringBuilder mSbElementContent = new StringBuilder(); field in SearchIndexManager.IndexBuilder
90 mSbElementContent.setLength(0); in reset()
120 if (mSbElementContent.length() != 0) { in commit()
121 String content = mSbElementContent.toString().replace('\n', ' '); in commit()
129 mSbElementContent.setLength(0); in commit()
152 if (mSbElementContent.length() > 0) { in appendContent()
153 mSbElementContent.append(' '); in appendContent()
155 mSbElementContent.append(value); in appendContent()
159 mSbElementContent.append('/').append(value); in appendContent()
163 if (mSbElementContent.length() > 0) { in appendContent()
[all …]