Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/database/sqlite/
DSQLiteSession.java227 public SQLiteSession(SQLiteConnectionPool connectionPool) { in SQLiteSession() argument
228 if (connectionPool == null) { in SQLiteSession()
232 mConnectionPool = connectionPool; in SQLiteSession()