Searched refs:finalSelection (Results 1 – 2 of 2) sorted by relevance
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
D | MmsSmsProvider.java | 384 String finalSelection = TextUtils.isEmpty(selection) in query() local 388 finalSelection, in query() 481 String finalSelection = TextUtils.isEmpty(selection) in query() local 486 finalSelection, selectionArgs, null, null, finalOrder); in query() 982 String finalSelection = concatSelections( in getConversationMessages() local 984 String unionQuery = buildConversationQuery(projection, finalSelection, sortOrder, smsTable, in getConversationMessages() 1068 String finalSelection = concatSelections(selection, extraSelection); in getConversationById() local 1075 mOpenHelper.getReadableDatabase(), columns, finalSelection, in getConversationById() 1267 String finalSelection = concatSelections(selection, "thread_id = " + threadId); in deleteConversation() local 1268 return MmsProvider.deleteMessages(getContext(), db, finalSelection, in deleteConversation() [all …]
|
D | MmsProvider.java | 675 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()
|