Searched refs:harmfulQuery (Results 1 – 1 of 1) sorted by relevance
634 String harmfulQuery = "name = 'Mike';UPDATE test SET age = 50 WHERE name = 'Mike'"; in testExecSQL() local635 cursor = mDatabase.query(TABLE_NAME, TEST_PROJECTION, harmfulQuery, null, null, null, null); in testExecSQL()