Removing pre-compiled sql statements

SQLiteStatements are not thread safe so sharing statements between
threads without any synchronization can result in a crash. Removing them
since the speed optimization obtained by using these precompiled
statements is also not significant

Bug: 6119226
Change-Id: If8b19d2b7758ab942e750c5a6e4df107c48074b4
1 file changed