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

/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
H A DMmsProvider.java939 private static String concatSelections(String selection1, String selection2) { argument
941 return selection2;
942 } else if (TextUtils.isEmpty(selection2)) {
945 return selection1 + " AND " + selection2;
H A DMmsSmsProvider.java683 private static String concatSelections(String selection1, String selection2) { argument
685 return selection2;
686 } else if (TextUtils.isEmpty(selection2)) {
689 return selection1 + " AND " + selection2;

Completed in 370 milliseconds