Home
last modified time | relevance | path

Searched refs:ImapConnection (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Email/provider_src/com/android/email/mail/store/
DImapStore.java93 private final ConcurrentLinkedQueue<ImapConnection> mConnectionPool =
94 new ConcurrentLinkedQueue<ImapConnection>();
158 Collection<ImapConnection> getConnectionPoolForTest() { in getConnectionPoolForTest()
422 ImapConnection connection = getConnection(); in updateFolders()
493 ImapConnection connection = new ImapConnection(this); in checkSettings()
551 ImapConnection getConnection() { in getConnection()
555 ImapConnection connection; in getConnection()
570 connection = new ImapConnection(this); in getConnection()
579 void poolConnection(ImapConnection connection) { in poolConnection()
690 ImapConnection connection; in closeConnections()
DImapFolder.java81 private ImapConnection mConnection;
189 ImapConnection connection = null; in exists()
235 ImapConnection connection = null; in create()
1267 private MessagingException ioExceptionHandler(ImapConnection connection, IOException ioe) { in ioExceptionHandler()
DImapConnection.java49 class ImapConnection { class
84 ImapConnection(ImapStore store) { in ImapConnection() method in ImapConnection
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/
DImapStore.java42 private ImapConnection mConnection;
176 public ImapConnection getConnection() { in getConnection()
178 mConnection = new ImapConnection(this); in getConnection()
DImapConnection.java42 public class ImapConnection { class
60 ImapConnection(ImapStore store) { in ImapConnection() method in ImapConnection
DImapFolder.java65 private ImapConnection mConnection;
792 private MessagingException ioExceptionHandler(ImapConnection connection, IOException ioe) { in ioExceptionHandler()
/packages/apps/Dialer/java/com/android/voicemail/impl/imap/
DImapHelper.java45 import com.android.voicemail.impl.mail.store.ImapConnection;
156 public ImapConnection connect() { in connect()
383 ImapConnection connection = mImapStore.getConnection(); in changePin()
398 ImapConnection connection = mImapStore.getConnection(); in changeVoicemailTuiLanguage()
411 ImapConnection connection = mImapStore.getConnection(); in closeNewUserTutorial()
/packages/apps/Email/tests/src/com/android/email/mail/store/
DImapStoreUnitTests.java1994 final ImapConnection con1 = mStore.getConnection(); in testGetConnection()
2005 final ImapConnection con2 = mStore.getConnection(); in testGetConnection()
2031 final ImapConnection con1b = mStore.getConnection(); in testGetConnection()
2045 final ImapConnection con3 = mStore.getConnection(); in testGetConnection()