Home
last modified time | relevance | path

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

/packages/providers/TvProvider/tests/src/com/android/providers/tv/util/
DSqliteTokenFinderTest.java56 expected.add(Pair.create(SqliteTokenFinder.TYPE_REGULAR, token)); in checkTokensRegular()
110 Pair.create(SqliteTokenFinder.TYPE_REGULAR, "a"), in testSingleQuotes()
112 Pair.create(SqliteTokenFinder.TYPE_REGULAR, "b")); in testSingleQuotes()
115 Pair.create(SqliteTokenFinder.TYPE_REGULAR, "a"), in testSingleQuotes()
117 Pair.create(SqliteTokenFinder.TYPE_REGULAR, "b")); in testSingleQuotes()
122 Pair.create(SqliteTokenFinder.TYPE_REGULAR, "a"), in testSingleQuotes()
127 Pair.create(SqliteTokenFinder.TYPE_REGULAR, "b")); in testSingleQuotes()
129 Pair.create(SqliteTokenFinder.TYPE_REGULAR, "a"), in testSingleQuotes()
131 Pair.create(SqliteTokenFinder.TYPE_REGULAR, "b")); in testSingleQuotes()
134 Pair.create(SqliteTokenFinder.TYPE_REGULAR, "a"), in testSingleQuotes()
[all …]
/packages/providers/TvProvider/src/com/android/providers/tv/util/
DSqliteTokenFinder.java30 public static final int TYPE_REGULAR = 0; field in SqliteTokenFinder
89 checker.accept(Pair.create(TYPE_REGULAR, token)); in findTokens()
119 int type = TYPE_REGULAR; in findTokens()
/packages/providers/TvProvider/src/com/android/providers/tv/
DTvProvider.java1791 if (p.first == SqliteTokenFinder.TYPE_REGULAR in createSqlParams()