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

/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
H A DMmsProvider.java636 String finalSelection = concatSelections(selection, extraSelection);
824 String finalSelection = concatSelections(selection, extraSelection);
1009 private static String concatSelections(String selection1, String selection2) { method in class:MmsProvider
H A DMmsSmsProvider.java344 selection = concatSelections(
720 private static String concatSelections(String selection1, String selection2) { method in class:MmsSmsProvider
794 concatSelections(selection, Mms.MESSAGE_BOX + "=" + Mms.MESSAGE_BOX_DRAFTS),
799 concatSelections(selection, Sms.TYPE + "=" + Sms.MESSAGE_TYPE_DRAFT),
858 concatSelections(selection, MMS_CONVERSATION_CONSTRAINT),
863 concatSelections(selection, SMS_CONVERSATION_CONSTRAINT),
978 String finalSelection = concatSelections(
1009 concatSelections(
1013 concatSelections(
1064 String finalSelection = concatSelections(selectio
[all...]

Completed in 42 milliseconds