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

/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
H A DMmsProvider.java1040 private static String concatSelections(String selection1, String selection2) { argument
1041 if (TextUtils.isEmpty(selection1)) {
1044 return selection1;
1046 return selection1 + " AND " + selection2;
H A DMmsSmsProvider.java724 private static String concatSelections(String selection1, String selection2) { argument
725 if (TextUtils.isEmpty(selection1)) {
728 return selection1;
730 return selection1 + " AND " + selection2;

Completed in 213 milliseconds