Searched refs:extraWhere (Results 1 – 1 of 1) sorted by relevance
756 String extraWhere = null; in update() local782 extraWhere = "_id=" + url.getPathSegments().get(0); in update()790 extraWhere = "_id=" + url.getPathSegments().get(1); in update()803 extraWhere = "thread_id=" + threadId; in update()808 extraWhere = "_id=" + url.getPathSegments().get(1); in update()822 where = DatabaseUtils.concatenateWhere(where, extraWhere); in update()