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.java7970 String endMatch = args != null && args.length > 1 ? args[1] in appendSearchIndexJoin() local
7978 sb, filter, true, startMatch, endMatch, ellipsis, maxTokens, deferSnippeting); in appendSearchIndexJoin()
7985 boolean snippetNeeded, String startMatch, String endMatch, String ellipsis, in appendSearchIndexJoin() argument
8025 DatabaseUtils.appendEscapedSQLString(sb, endMatch); in appendSearchIndexJoin()
8032 appendSnippetFunction(sb, startMatch, endMatch, ellipsis, maxTokens); in appendSearchIndexJoin()
8060 DatabaseUtils.appendEscapedSQLString(sb, endMatch); in appendSearchIndexJoin()
8067 appendSnippetFunction(sb, startMatch, endMatch, ellipsis, maxTokens); in appendSearchIndexJoin()
8087 appendSnippetFunction(sb, startMatch, endMatch, ellipsis, maxTokens); in appendSearchIndexJoin()
8143 StringBuilder sb, String startMatch, String endMatch, String ellipsis, int maxTokens) { in appendSnippetFunction() argument
8147 DatabaseUtils.appendEscapedSQLString(sb, endMatch); in appendSnippetFunction()