Searched refs:connectionPool (Results 1 – 2 of 2) sorted by relevance
239 public SQLiteSession(SQLiteConnectionPool connectionPool) { in SQLiteSession() argument240 if (connectionPool == null) { in SQLiteSession()244 mConnectionPool = connectionPool; in SQLiteSession()
56442 field protected final org.apache.http.impl.conn.tsccm.AbstractConnPool connectionPool;