Home
last modified time | relevance | path

Searched refs:OPTION_TOKEN_ONLY (Results 1 – 3 of 3) 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()
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DSQLiteTokenizer.java70 public static final int OPTION_TOKEN_ONLY = 1 << 0; field in SQLiteTokenizer
147 if ((options &= OPTION_TOKEN_ONLY) != 0) { in tokenize()
170 if ((options &= OPTION_TOKEN_ONLY) != 0) { in tokenize()
/packages/providers/MediaProvider/src/com/android/providers/media/util/
DSQLiteTokenizer.java70 public static final int OPTION_TOKEN_ONLY = 1 << 0; field in SQLiteTokenizer
147 if ((options &= OPTION_TOKEN_ONLY) != 0) { in tokenize()
170 if ((options &= OPTION_TOKEN_ONLY) != 0) { in tokenize()