Searched refs:selection2 (Results 1 – 2 of 2) sorted by relevance
1053 private static String concatSelections(String selection1, String selection2) { in concatSelections() argument1055 return selection2; in concatSelections()1056 } else if (TextUtils.isEmpty(selection2)) { in concatSelections()1059 return selection1 + " AND " + selection2; in concatSelections()
724 private static String concatSelections(String selection1, String selection2) { in concatSelections() argument726 return selection2; in concatSelections()727 } else if (TextUtils.isEmpty(selection2)) { in concatSelections()730 return selection1 + " AND " + selection2; in concatSelections()