Searched refs:extraWhere (Results 1 – 1 of 1) sorted by relevance
1232 String extraWhere = null; in update() local1263 extraWhere = "_id=" + url.getPathSegments().get(0); in update()1271 extraWhere = "_id=" + url.getPathSegments().get(1); in update()1284 extraWhere = "thread_id=" + threadId; in update()1289 extraWhere = "_id=" + url.getPathSegments().get(1); in update()1340 where = DatabaseUtils.concatenateWhere(where, extraWhere); in update()