Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/sqlite/
DSqlChecker.java185 final String tokenUnquoted = sql.substring(quoteStart + 1, quoteEnd); in findTokens() local
190 if (tokenUnquoted.indexOf(ch) >= 0) { in findTokens()
191 token = tokenUnquoted.replaceAll( in findTokens()
194 token = tokenUnquoted; in findTokens()