Home
last modified time | relevance | path

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

/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DMmsSmsProvider.java348 selection = concatSelections( in query()
724 private static String concatSelections(String selection1, String selection2) { in concatSelections() method in MmsSmsProvider
798 concatSelections(selection, Mms.MESSAGE_BOX + "=" + Mms.MESSAGE_BOX_DRAFTS), in getDraftThread()
803 concatSelections(selection, Sms.TYPE + "=" + Sms.MESSAGE_TYPE_DRAFT), in getDraftThread()
862 concatSelections(selection, MMS_CONVERSATION_CONSTRAINT), in getConversations()
867 concatSelections(selection, SMS_CONVERSATION_CONSTRAINT), in getConversations()
982 String finalSelection = concatSelections( in getConversationMessages()
1013 concatSelections( in getMessagesByPhoneNumber()
1017 concatSelections( in getMessagesByPhoneNumber()
1068 String finalSelection = concatSelections(selection, extraSelection); in getConversationById()
[all …]
DMmsProvider.java675 String finalSelection = concatSelections(selection, extraSelection); in delete()
863 String finalSelection = concatSelections(selection, extraSelection); in update()
1053 private static String concatSelections(String selection1, String selection2) { in concatSelections() method in MmsProvider