Searched refs:extraSelection (Results 1 – 2 of 2) sorted by relevance
627 String table, extraSelection = null; in delete() local638 extraSelection = Mms._ID + "=" + uri.getLastPathSegment(); in delete()649 extraSelection = Mms.MESSAGE_BOX + "=" + msgBox; in delete()657 extraSelection = Part.MSG_ID + "=" + uri.getPathSegments().get(0); in delete()661 extraSelection = Part._ID + "=" + uri.getPathSegments().get(1); in delete()665 extraSelection = Addr.MSG_ID + "=" + uri.getPathSegments().get(0); in delete()675 String finalSelection = concatSelections(selection, extraSelection); in delete()831 String extraSelection = null; in update() local844 extraSelection = Mms._ID + "=" + msgId; in update()851 extraSelection = Part.MSG_ID + "=" + uri.getPathSegments().get(0); in update()[all …]
383 String extraSelection = "_id=" + uri.getPathSegments().get(1); in query() local385 ? extraSelection : extraSelection + " AND " + selection; in query()475 String extraSelection = (proto != -1) ? in query() local478 extraSelection += " AND " + PendingMessages.MSG_ID + "=" + msgId; in query()482 ? extraSelection : ("(" + extraSelection + ") AND " + selection); in query()1067 String extraSelection = "_id=" + threadIdString; in getConversationById() local1068 String finalSelection = concatSelections(selection, extraSelection); in getConversationById()1307 String extraSelection = "_id=" + uri.getPathSegments().get(1); in update() local1309 ? extraSelection : extraSelection + " AND " + selection; in update()