Searched refs:mPreparedStatementPool (Results 1 – 2 of 2) sorted by relevance
106 private PreparedStatement mPreparedStatementPool; field in SQLiteConnection1280 PreparedStatement statement = mPreparedStatementPool; in obtainPreparedStatement()1282 mPreparedStatementPool = statement.mPoolNext; in obtainPreparedStatement()1298 statement.mPoolNext = mPreparedStatementPool; in recyclePreparedStatement()1299 mPreparedStatementPool = statement; in recyclePreparedStatement()
17415 Landroid/database/sqlite/SQLiteConnection;->mPreparedStatementPool:Landroid/database/sqlite/SQLiteC…