Home
last modified time | relevance | path

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

/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DMmsSmsProvider.java412 String finalSelection = TextUtils.isEmpty(selection) in query() local
416 finalSelection, in query()
509 String finalSelection = TextUtils.isEmpty(selection) in query() local
514 finalSelection, selectionArgs, null, null, finalOrder); in query()
1010 String finalSelection = concatSelections( in getConversationMessages() local
1012 String unionQuery = buildConversationQuery(projection, finalSelection, sortOrder, smsTable, in getConversationMessages()
1097 String finalSelection = concatSelections(selection, extraSelection); in getConversationById() local
1104 mOpenHelper.getReadableDatabase(), columns, finalSelection, in getConversationById()
1296 String finalSelection = concatSelections(selection, "thread_id = " + threadId); in deleteConversation() local
1297 return MmsProvider.deleteMessages(getContext(), db, finalSelection, in deleteConversation()
[all …]
DMmsProvider.java675 String finalSelection = concatSelections(selection, extraSelection); in delete() local
680 deletedRows = deleteMessages(getContext(), db, finalSelection, in delete()
683 deletedRows = deleteParts(db, finalSelection, selectionArgs); in delete()
685 deletedRows = deleteTempDrmData(db, finalSelection, selectionArgs); in delete()
687 deletedRows = db.delete(table, finalSelection, selectionArgs); in delete()
863 String finalSelection = concatSelections(selection, extraSelection); in update() local
865 int count = db.update(table, finalValues, finalSelection, selectionArgs); in update()