Searched refs:errorQuery (Results 1 – 1 of 1) sorted by relevance
395 String errorQuery = "SELECT error FROM threads WHERE _id = " + thread_id; in updateThread() local396 c = db.rawQuery(errorQuery, null); in updateThread()