Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DSearchIndexManager.java73 public static final int SEPARATOR_SPACE = 0; field in SearchIndexManager.IndexBuilder
138 appendContentFromColumn(columnName, SEPARATOR_SPACE); in appendContentFromColumn()
146 appendContent(value, SEPARATOR_SPACE); in appendContent()
155 case SEPARATOR_SPACE: in appendContent()