Searched refs:extraWhere (Results 1 – 1 of 1) sorted by relevance
1040 String extraWhere = null; in update() local1066 extraWhere = "_id=" + url.getPathSegments().get(0); in update()1074 extraWhere = "_id=" + url.getPathSegments().get(1); in update()1087 extraWhere = "thread_id=" + threadId; in update()1092 extraWhere = "_id=" + url.getPathSegments().get(1); in update()1106 where = DatabaseUtils.concatenateWhere(where, extraWhere); in update()