Searched refs:selection1 (Results 1 – 2 of 2) sorted by relevance
1224 private static String concatSelections(String selection1, String selection2) { in concatSelections() argument1225 if (TextUtils.isEmpty(selection1)) { in concatSelections()1228 return selection1; in concatSelections()1230 return selection1 + " AND " + selection2; in concatSelections()
873 private static String concatSelections(String selection1, String selection2) { in concatSelections() argument874 if (TextUtils.isEmpty(selection1)) { in concatSelections()877 return selection1; in concatSelections()879 return selection1 + " AND " + selection2; in concatSelections()