Searched defs:PreparedStatementCache (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnection.java101 private final PreparedStatementCache mPreparedStatementCache;
166 mPreparedStatementCache = new PreparedStatementCache(
1251 private final class PreparedStatementCache class in class:SQLiteConnection
1253 public PreparedStatementCache(int size) { method in class:SQLiteConnection.PreparedStatementCache

Completed in 44 milliseconds