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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DNameLookupBuilder.java235 * @param buildCollationKey true if a collation key makes sense for these
240 boolean initiallyExact, boolean buildCollationKey) {
244 buildCollationKey);
256 initiallyExact && i == fromIndex, buildCollationKey);
267 int lookupType, boolean buildCollationKey) {
279 if (buildCollationKey) {
239 insertNameVariants(long rawContactId, long dataId, int fromIndex, int toIndex, boolean initiallyExact, boolean buildCollationKey) argument
266 insertNameVariant(long rawContactId, long dataId, int tokenCount, int lookupType, boolean buildCollationKey) argument

Completed in 20 milliseconds