Searched refs:mPreparedStatementPool (Results 1 – 2 of 2) sorted by relevance
114 private PreparedStatement mPreparedStatementPool; field in SQLiteConnection1446 PreparedStatement statement = mPreparedStatementPool; in obtainPreparedStatement()1448 mPreparedStatementPool = statement.mPoolNext; in obtainPreparedStatement()1465 statement.mPoolNext = mPreparedStatementPool; in recyclePreparedStatement()1466 mPreparedStatementPool = statement; in recyclePreparedStatement()
14528 Landroid/database/sqlite/SQLiteConnection;->mPreparedStatementPool:Landroid/database/sqlite/SQLiteC…