Searched refs:mPreparedStatementPool (Results 1 – 2 of 2) sorted by relevance
111 private PreparedStatement mPreparedStatementPool; field in SQLiteConnection1365 PreparedStatement statement = mPreparedStatementPool; in obtainPreparedStatement()1367 mPreparedStatementPool = statement.mPoolNext; in obtainPreparedStatement()1383 statement.mPoolNext = mPreparedStatementPool; in recyclePreparedStatement()1384 mPreparedStatementPool = statement; in recyclePreparedStatement()
14528 Landroid/database/sqlite/SQLiteConnection;->mPreparedStatementPool:Landroid/database/sqlite/SQLiteC…