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.java464 String finalSelection = TextUtils.isEmpty(selection) in query() local
468 finalSelection, in query()
581 String finalSelection = TextUtils.isEmpty(selection) in query() local
586 finalSelection, selectionArgs, null, null, finalOrder); in query()
1131 String finalSelection = concatSelections( in getConversationMessages() local
1133 String unionQuery = buildConversationQuery(projection, finalSelection, sortOrder, smsTable, in getConversationMessages()
1219 String finalSelection = concatSelections(selection, extraSelection); in getConversationById() local
1226 mOpenHelper.getReadableDatabase(), columns, finalSelection, in getConversationById()
1447 String finalSelection = concatSelections(selection, "thread_id = " + threadId); in deleteConversation() local
1448 return MmsProvider.deleteMessages(getContext(), db, finalSelection, in deleteConversation()
[all …]
DMmsProvider.java791 String finalSelection = concatSelections(selection, extraSelection); in delete() local
815 finalSelection = DatabaseUtils.concatenateWhere(finalSelection, selectionBySubIds); in delete()
818 deletedRows = deleteMessages(getContext(), db, finalSelection, in delete()
821 deletedRows = deleteParts(db, finalSelection, selectionArgs); in delete()
823 deletedRows = deleteTempDrmData(db, finalSelection, selectionArgs); in delete()
825 deletedRows = db.delete(table, finalSelection, selectionArgs); in delete()
1029 String finalSelection = concatSelections(selection, extraSelection); in update() local
1035 int count = db.update(table, finalValues, finalSelection, selectionArgs); in update()