Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteSession.java228 public SQLiteSession(SQLiteConnectionPool connectionPool) { in SQLiteSession() argument
229 if (connectionPool == null) { in SQLiteSession()
233 mConnectionPool = connectionPool; in SQLiteSession()