Searched refs:selection1 (Results 1 – 2 of 2) sorted by relevance
990 private static String concatSelections(String selection1, String selection2) { in concatSelections() argument991 if (TextUtils.isEmpty(selection1)) { in concatSelections()994 return selection1; in concatSelections()996 return selection1 + " AND " + selection2; in concatSelections()
720 private static String concatSelections(String selection1, String selection2) { in concatSelections() argument721 if (TextUtils.isEmpty(selection1)) { in concatSelections()724 return selection1; in concatSelections()726 return selection1 + " AND " + selection2; in concatSelections()