Searched refs:concatSelections (Results 1 – 2 of 2) sorted by relevance
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
D | MmsSmsProvider.java | 399 selection = concatSelections( in query() 873 private static String concatSelections(String selection1, String selection2) { in concatSelections() method in MmsSmsProvider 947 concatSelections(selection, Mms.MESSAGE_BOX + "=" + Mms.MESSAGE_BOX_DRAFTS), in getDraftThread() 952 concatSelections(selection, Sms.TYPE + "=" + Sms.MESSAGE_TYPE_DRAFT), in getDraftThread() 1011 concatSelections(selection, MMS_CONVERSATION_CONSTRAINT), in getConversations() 1016 concatSelections(selection, SMS_CONVERSATION_CONSTRAINT), in getConversations() 1131 String finalSelection = concatSelections( in getConversationMessages() 1165 concatSelections( in getMessagesByPhoneNumber() 1169 concatSelections( in getMessagesByPhoneNumber() 1219 String finalSelection = concatSelections(selection, extraSelection); in getConversationById() [all …]
|
D | MmsProvider.java | 791 String finalSelection = concatSelections(selection, extraSelection); in delete() 1029 String finalSelection = concatSelections(selection, extraSelection); in update() 1224 private static String concatSelections(String selection1, String selection2) { in concatSelections() method in MmsProvider
|