Searched refs:mPreparedStatementPool (Results 1 – 2 of 2) sorted by relevance
112 private PreparedStatement mPreparedStatementPool; field in SQLiteConnection1343 PreparedStatement statement = mPreparedStatementPool; in obtainPreparedStatement()1345 mPreparedStatementPool = statement.mPoolNext; in obtainPreparedStatement()1361 statement.mPoolNext = mPreparedStatementPool; in recyclePreparedStatement()1362 mPreparedStatementPool = statement; in recyclePreparedStatement()
17406 Landroid/database/sqlite/SQLiteConnection;->mPreparedStatementPool:Landroid/database/sqlite/SQLiteC…