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.java7188 String endMatch = args != null && args.length > 1 ? args[1] in appendSearchIndexJoin() local
7196 sb, filter, true, startMatch, endMatch, ellipsis, maxTokens, deferSnippeting); in appendSearchIndexJoin()
7203 boolean snippetNeeded, String startMatch, String endMatch, String ellipsis, in appendSearchIndexJoin() argument
7243 DatabaseUtils.appendEscapedSQLString(sb, endMatch); in appendSearchIndexJoin()
7250 appendSnippetFunction(sb, startMatch, endMatch, ellipsis, maxTokens); in appendSearchIndexJoin()
7278 DatabaseUtils.appendEscapedSQLString(sb, endMatch); in appendSearchIndexJoin()
7285 appendSnippetFunction(sb, startMatch, endMatch, ellipsis, maxTokens); in appendSearchIndexJoin()
7305 appendSnippetFunction(sb, startMatch, endMatch, ellipsis, maxTokens); in appendSearchIndexJoin()
7361 StringBuilder sb, String startMatch, String endMatch, String ellipsis, int maxTokens) { in appendSnippetFunction() argument
7365 DatabaseUtils.appendEscapedSQLString(sb, endMatch); in appendSnippetFunction()