Searched refs:extraWhere (Results 1 – 1 of 1) sorted by relevance
755 String extraWhere = null; in update() local781 extraWhere = "_id=" + url.getPathSegments().get(0); in update()789 extraWhere = "_id=" + url.getPathSegments().get(1); in update()802 extraWhere = "thread_id=" + threadId; in update()807 extraWhere = "_id=" + url.getPathSegments().get(1); in update()821 where = DatabaseUtils.concatenateWhere(where, extraWhere); in update()