Searched refs:wrapWithSpaces (Results 1 – 2 of 2) sorted by relevance
208 mSelection += wrapWithSpaces(AND) + toSelectionString(columnName, operator); in and()217 mSelection += wrapWithSpaces(OR) + toSelectionString(columnName, operator); in or()234 static String wrapWithSpaces(String s) { in wrapWithSpaces() method in QueryParam.QueryBuilder.Condition
146 expectedSelection += Condition.wrapWithSpaces(AND) in testBuildSelection_andCondition()164 expectedSelection += Condition.wrapWithSpaces(OR) in testBuildSelection_orCondition()