Searched refs:extraSelection (Results 1 – 2 of 2) sorted by relevance
749 String table, extraSelection = null; in delete() local760 extraSelection = Mms._ID + "=" + uri.getLastPathSegment(); in delete()771 extraSelection = Mms.MESSAGE_BOX + "=" + msgBox; in delete()779 extraSelection = Part.MSG_ID + "=" + uri.getPathSegments().get(0); in delete()783 extraSelection = Part._ID + "=" + uri.getPathSegments().get(1); in delete()787 extraSelection = Addr.MSG_ID + "=" + uri.getPathSegments().get(0); in delete()797 String finalSelection = concatSelections(selection, extraSelection); in delete()988 String extraSelection = null; in update() local1002 extraSelection = DatabaseUtils.concatenateWhere(extraSelection, selectionBySubIds); in update()1016 extraSelection = Mms._ID + "=" + msgId; in update()[all …]
463 String extraSelection = "_id=" + uri.getPathSegments().get(1); in query() local465 ? extraSelection : extraSelection + " AND " + selection; in query()561 String extraSelection = (proto != -1) ? in query() local566 extraSelection += " AND " + PendingMessages.MSG_ID + "=" + msgId; in query()582 ? extraSelection : ("(" + extraSelection + ") AND " + selection); in query()1218 String extraSelection = "_id=" + threadIdString; in getConversationById() local1219 String finalSelection = concatSelections(selection, extraSelection); in getConversationById()1556 String extraSelection = "_id=" + uri.getPathSegments().get(1); in update() local1558 ? extraSelection : extraSelection + " AND " + selection; in update()