Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java8480 String startMatch = args != null && args.length > 0 ? args[0] 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
8526 DatabaseUtils.appendEscapedSQLString(sb, startMatch); in appendSearchIndexJoin()
8544 appendSnippetFunction(sb, startMatch, endMatch, ellipsis, maxTokens); in appendSearchIndexJoin()
8551 DatabaseUtils.appendEscapedSQLString(sb, startMatch); 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
8657 DatabaseUtils.appendEscapedSQLString(sb, startMatch); in appendSnippetFunction()