Home
last modified time | relevance | path

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

/aosp12/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
H A DMmsSmsProvider.java358 selection = concatSelections( in query()
875 concatSelections(selection, MMS_CONVERSATION_CONSTRAINT), in getConversations()
880 concatSelections(selection, SMS_CONVERSATION_CONSTRAINT), in getConversations()
995 String finalSelection = concatSelections( in getConversationMessages()
1030 concatSelections( in getMessagesByPhoneNumber()
1034 concatSelections( in getMessagesByPhoneNumber()
1085 String finalSelection = concatSelections(selection, extraSelection); in getConversationById()
1124 String finalMmsSelection = concatSelections( in getUndeliveredMessages()
1126 String finalSmsSelection = concatSelections( in getUndeliveredMessages()
1201 String mmsSelection = concatSelections(selection, in buildConversationQuery()
[all …]
H A DMmsProvider.java680 String finalSelection = concatSelections(selection, extraSelection); in delete()
871 String finalSelection = concatSelections(selection, extraSelection); in update()
1061 private static String concatSelections(String selection1, String selection2) { in concatSelections() method in MmsProvider