OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ImapConnection
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Email/src/com/android/email/mail/store/
ImapStore.java
89
private final ConcurrentLinkedQueue<
ImapConnection
> mConnectionPool =
90
new ConcurrentLinkedQueue<
ImapConnection
>();
125
Collection<
ImapConnection
> getConnectionPoolForTest() {
375
ImapConnection
connection = getConnection();
441
ImapConnection
connection = new
ImapConnection
(this, mUsername, mPassword);
499
ImapConnection
getConnection() {
500
ImapConnection
connection = null;
515
connection = new
ImapConnection
(this, mUsername, mPassword);
521
* Save a {@link
ImapConnection
} in the pool for reuse. Any responses associated with th
[
all
...]
ImapConnection.java
47
class
ImapConnection
{
82
ImapConnection
(ImapStore store, String username, String password) {
ImapFolder.java
76
private
ImapConnection
mConnection;
184
ImapConnection
connection = null;
230
ImapConnection
connection = null;
[
all
...]
/packages/apps/Email/tests/src/com/android/email/mail/store/
ImapStoreUnitTests.java
[
all
...]
Completed in 1260 milliseconds