Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java8482 String endMatch = args != null && args.length > 1 ? args[1] in appendSearchIndexJoin() local
8490 sb, filter, true, startMatch, endMatch, ellipsis, maxTokens, deferSnippeting); in appendSearchIndexJoin()
8497 boolean snippetNeeded, String startMatch, String endMatch, String ellipsis, in appendSearchIndexJoin() argument
8537 DatabaseUtils.appendEscapedSQLString(sb, endMatch); in appendSearchIndexJoin()
8544 appendSnippetFunction(sb, startMatch, endMatch, ellipsis, maxTokens); in appendSearchIndexJoin()
8572 DatabaseUtils.appendEscapedSQLString(sb, endMatch); in appendSearchIndexJoin()
8579 appendSnippetFunction(sb, startMatch, endMatch, ellipsis, maxTokens); in appendSearchIndexJoin()
8599 appendSnippetFunction(sb, startMatch, endMatch, ellipsis, maxTokens); in appendSearchIndexJoin()
8655 StringBuilder sb, String startMatch, String endMatch, String ellipsis, int maxTokens) { in appendSnippetFunction() argument
8659 DatabaseUtils.appendEscapedSQLString(sb, endMatch); in appendSnippetFunction()