Searched refs:concatSelections (Results 1 - 2 of 2) sorted by relevance
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
H A D | MmsSmsProvider.java | 297 selection = concatSelections( 652 private static String concatSelections(String selection1, String selection2) { method in class:MmsSmsProvider 726 concatSelections(selection, Mms.MESSAGE_BOX + "=" + Mms.MESSAGE_BOX_DRAFTS), 731 concatSelections(selection, Sms.TYPE + "=" + Sms.MESSAGE_TYPE_DRAFT), 790 concatSelections(selection, MMS_CONVERSATION_CONSTRAINT), 795 concatSelections(selection, SMS_CONVERSATION_CONSTRAINT), 909 String finalSelection = concatSelections( 939 concatSelections( 943 concatSelections( 994 String finalSelection = concatSelections(selectio [all...] |
H A D | MmsProvider.java | 551 String finalSelection = concatSelections(selection, extraSelection); 712 String finalSelection = concatSelections(selection, extraSelection); 845 private static String concatSelections(String selection1, String selection2) { method in class:MmsProvider
|
Completed in 39 milliseconds