Searched refs:connectionPool (Results 1 – 1 of 1) sorted by relevance
228 public SQLiteSession(SQLiteConnectionPool connectionPool) { in SQLiteSession() argument229 if (connectionPool == null) { in SQLiteSession()233 mConnectionPool = connectionPool; in SQLiteSession()