Searched refs:finalSelection (Results 1 – 2 of 2) sorted by relevance
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
D | MmsSmsProvider.java | 380 String finalSelection = TextUtils.isEmpty(selection) in query() local 384 finalSelection, in query() 477 String finalSelection = TextUtils.isEmpty(selection) in query() local 482 finalSelection, selectionArgs, null, null, finalOrder); in query() 978 String finalSelection = concatSelections( in getConversationMessages() local 980 String unionQuery = buildConversationQuery(projection, finalSelection, sortOrder, smsTable, in getConversationMessages() 1064 String finalSelection = concatSelections(selection, extraSelection); in getConversationById() local 1071 mOpenHelper.getReadableDatabase(), columns, finalSelection, in getConversationById() 1263 String finalSelection = concatSelections(selection, "thread_id = " + threadId); in deleteConversation() local 1264 return MmsProvider.deleteMessages(getContext(), db, finalSelection, in deleteConversation() [all …]
|
D | MmsProvider.java | 631 String finalSelection = concatSelections(selection, extraSelection); in delete() local 636 deletedRows = deleteMessages(getContext(), db, finalSelection, in delete() 639 deletedRows = deleteParts(db, finalSelection, selectionArgs); in delete() 641 deletedRows = deleteTempDrmData(db, finalSelection, selectionArgs); in delete() 643 deletedRows = db.delete(table, finalSelection, selectionArgs); in delete() 816 String finalSelection = concatSelections(selection, extraSelection); in update() local 818 int count = db.update(table, finalValues, finalSelection, selectionArgs); in update()
|