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

/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
H A DMmsProvider.java987 private static String concatSelections(String selection1, String selection2) { argument
988 if (TextUtils.isEmpty(selection1)) {
991 return selection1;
993 return selection1 + " AND " + selection2;
H A DMmsSmsProvider.java719 private static String concatSelections(String selection1, String selection2) { argument
720 if (TextUtils.isEmpty(selection1)) {
723 return selection1;
725 return selection1 + " AND " + selection2;

Completed in 312 milliseconds