Home
last modified time | relevance | path

Searched defs:finalSelection (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
H A DMmsSmsProvider.java394 String finalSelection = TextUtils.isEmpty(selection) in query() local
491 String finalSelection = TextUtils.isEmpty(selection) in query() local
995 String finalSelection = concatSelections( in getConversationMessages() local
1085 String finalSelection = concatSelections(selection, extraSelection); in getConversationById() local
1284 String finalSelection = concatSelections(selection, "thread_id = " + threadId); in deleteConversation() local
1325 String finalSelection = TextUtils.isEmpty(selection) in update() local
1373 String finalSelection = concatSelections(selection, "thread_id=" + threadIdString); in updateConversation() local
H A DMmsProvider.java680 String finalSelection = concatSelections(selection, extraSelection); in delete() local
871 String finalSelection = concatSelections(selection, extraSelection); in update() local