Searched refs:selection2 (Results 1 – 2 of 2) sorted by relevance
990 private static String concatSelections(String selection1, String selection2) { in concatSelections() argument992 return selection2; in concatSelections()993 } else if (TextUtils.isEmpty(selection2)) { in concatSelections()996 return selection1 + " AND " + selection2; in concatSelections()
720 private static String concatSelections(String selection1, String selection2) { in concatSelections() argument722 return selection2; in concatSelections()723 } else if (TextUtils.isEmpty(selection2)) { in concatSelections()726 return selection1 + " AND " + selection2; in concatSelections()