Searched refs:connectionPool (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteSession.java225 * @param connectionPool The connection pool.
227 public SQLiteSession(SQLiteConnectionPool connectionPool) { argument
228 if (connectionPool == null) {
229 throw new IllegalArgumentException("connectionPool must not be null");
232 mConnectionPool = connectionPool;

Completed in 18 milliseconds