Searched refs:selection2 (Results 1 - 2 of 2) sorted by relevance

/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
H A DMmsProvider.java879 private static String concatSelections(String selection1, String selection2) { argument
881 return selection2;
882 } else if (TextUtils.isEmpty(selection2)) {
885 return selection1 + " AND " + selection2;
H A DMmsSmsProvider.java634 private static String concatSelections(String selection1, String selection2) { argument
636 return selection2;
637 } else if (TextUtils.isEmpty(selection2)) {
640 return selection1 + " AND " + selection2;

Completed in 53 milliseconds