Home
last modified time | relevance | path

Searched refs: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
398 finalSelection, in query()
491 String finalSelection = TextUtils.isEmpty(selection) in query() local
496 finalSelection, selectionArgs, null, null, finalOrder); in query()
995 String finalSelection = concatSelections( in getConversationMessages() local
1085 String finalSelection = concatSelections(selection, extraSelection); in getConversationById() local
1092 mOpenHelper.getReadableDatabase(), columns, finalSelection, in getConversationById()
1285 return MmsProvider.deleteMessages(getContext(), db, finalSelection, in deleteConversation()
1287 + db.delete("sms", finalSelection, selectionArgs); in deleteConversation()
1325 String finalSelection = TextUtils.isEmpty(selection) in update() local
[all …]
H A DMmsProvider.java680 String finalSelection = concatSelections(selection, extraSelection); in delete() local
685 deletedRows = deleteMessages(getContext(), db, finalSelection, in delete()
688 deletedRows = deleteParts(db, finalSelection, selectionArgs); in delete()
690 deletedRows = deleteTempDrmData(db, finalSelection, selectionArgs); in delete()
692 deletedRows = db.delete(table, finalSelection, selectionArgs); in delete()
871 String finalSelection = concatSelections(selection, extraSelection); in update() local
873 int count = db.update(table, finalValues, finalSelection, selectionArgs); in update()