Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/sqlite/
DSqlChecker.java107 findTokens(sql, OPTION_TOKEN_ONLY, token -> { in ensureSingleTokenOnly()
123 static final int OPTION_TOKEN_ONLY = 1 << 0; field in SqlChecker
198 if ((options &= OPTION_TOKEN_ONLY) != 0) { in findTokens()
221 if ((options &= OPTION_TOKEN_ONLY) != 0) { in findTokens()