HomeSort by relevance Sort by last modified time
    Searched refs:ImapConnection (Results 1 - 4 of 4) sorted by null

  /packages/apps/Email/provider_src/com/android/email/mail/store/
ImapStore.java 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 th
    [all...]
ImapConnection.java 49 class ImapConnection {
84 ImapConnection(ImapStore store) {
ImapFolder.java 81 private ImapConnection mConnection;
189 ImapConnection connection = null;
235 ImapConnection connection = null;
    [all...]
  /packages/apps/Email/tests/src/com/android/email/mail/store/
ImapStoreUnitTests.java     [all...]

Completed in 57 milliseconds