Searched refs:mConnectionPool (Results 1 – 1 of 1) sorted by relevance
93 private final ConcurrentLinkedQueue<ImapConnection> mConnectionPool = field in ImapStore159 return mConnectionPool; in getConnectionPoolForTest()556 while ((connection = mConnectionPool.poll()) != null) { in getConnection()582 mConnectionPool.add(connection); in poolConnection()691 while ((connection = mConnectionPool.poll()) != null) { in closeConnections()