Searched refs:computeSingleProjection (Results 1 – 1 of 1) sorted by relevance
1138 final String column = computeSingleProjection(userColumn); in computeSingleProjectionOrThrow()1146 private @Nullable String computeSingleProjection(@NonNull String userColumn) { in computeSingleProjection() method in SQLiteQueryBuilder1197 return computeSingleProjection(token) != null; in isTableOrColumn()