Searched refs:connectionPool (Results 1 – 1 of 1) sorted by relevance
227 public SQLiteSession(SQLiteConnectionPool connectionPool) { in SQLiteSession() argument228 if (connectionPool == null) { in SQLiteSession()232 mConnectionPool = connectionPool; in SQLiteSession()