Searched refs:ImapConnection (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Email/src/com/android/email/mail/store/
H A DImapStore.java110 private final ConcurrentLinkedQueue<ImapConnection> mConnectionPool =
111 new ConcurrentLinkedQueue<ImapConnection>();
200 /* package */ Collection<ImapConnection> getConnectionPoolForTest() {
381 ImapConnection connection = getConnection();
422 ImapConnection connection = new ImapConnection();
436 /* package */ ImapConnection getConnection() {
437 ImapConnection connection = null;
453 connection = new ImapConnection();
459 * Save a {@link ImapConnection} i
1382 class ImapConnection { class in class:ImapStore
[all...]
/packages/apps/Email/tests/src/com/android/email/mail/store/
H A DImapStoreUnitTests.java40 import com.android.email.mail.store.ImapStore.ImapConnection;
1501 final ImapConnection con1 = mStore.getConnection();
1512 final ImapConnection con2 = mStore.getConnection();
1534 final ImapConnection con1b = mStore.getConnection();
1545 final ImapConnection con3 = mStore.getConnection();

Completed in 62 milliseconds