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.java228 public SQLiteSession(SQLiteConnectionPool connectionPool) { in SQLiteSession() argument
229 if (connectionPool == null) { in SQLiteSession()
233 mConnectionPool = connectionPool; in SQLiteSession()