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

/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
H A DMmsSmsProvider.java311 selection = concatSelections(
683 private static String concatSelections(String selection1, String selection2) { method in class:MmsSmsProvider
757 concatSelections(selection, Mms.MESSAGE_BOX + "=" + Mms.MESSAGE_BOX_DRAFTS),
762 concatSelections(selection, Sms.TYPE + "=" + Sms.MESSAGE_TYPE_DRAFT),
821 concatSelections(selection, MMS_CONVERSATION_CONSTRAINT),
826 concatSelections(selection, SMS_CONVERSATION_CONSTRAINT),
940 String finalSelection = concatSelections(
970 concatSelections(
974 concatSelections(
1025 String finalSelection = concatSelections(selectio
[all...]
H A DMmsProvider.java596 String finalSelection = concatSelections(selection, extraSelection);
774 String finalSelection = concatSelections(selection, extraSelection);
939 private static String concatSelections(String selection1, String selection2) { method in class:MmsProvider

Completed in 88 milliseconds