Home | History | Annotate | Download | only in store

Lines Matching refs:ImapConnection

93     private final ConcurrentLinkedQueue<ImapConnection> mConnectionPool =
94 new ConcurrentLinkedQueue<ImapConnection>();
158 Collection<ImapConnection> getConnectionPoolForTest() {
422 ImapConnection connection = getConnection();
493 ImapConnection connection = new ImapConnection(this);
551 ImapConnection getConnection() {
555 ImapConnection connection;
570 connection = new ImapConnection(this);
576 * Save a {@link ImapConnection} in the pool for reuse. Any responses associated with the
579 void poolConnection(ImapConnection connection) {
690 ImapConnection connection;