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