Searched defs:appendContent (Results 1 - 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DSearchIndexManager.java138 appendContent(getString(columnName), format);
141 public void appendContent(String value) { method in class:SearchIndexManager.IndexBuilder
142 appendContent(value, SEPARATOR_SPACE);
145 private void appendContent(String value, int format) { method in class:SearchIndexManager.IndexBuilder

Completed in 58 milliseconds