Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/database/sqlite/
DSQLiteQueryBuilder.java1098 private static @NonNull String maybeWithOperator(@Nullable String operator, in maybeWithOperator() method in SQLiteQueryBuilder
1166 return maybeWithOperator(operator, column); in computeSingleProjection()
1172 return maybeWithOperator(operator, userColumn); in computeSingleProjection()
1188 return maybeWithOperator(operator, userColumn); in computeSingleProjection()