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
90
private final ConcurrentLinkedQueue<
ImapConnection
> mConnectionPool =
91
new ConcurrentLinkedQueue<
ImapConnection
>();
145
Collection<
ImapConnection
> getConnectionPoolForTest() {
387
ImapConnection
connection = getConnection();
447
ImapConnection
connection = new
ImapConnection
(this, mUsername, mPassword);
505
ImapConnection
getConnection() {
506
ImapConnection
connection = null;
521
connection = new
ImapConnection
(this, mUsername, mPassword);
527
* Save a {@link
ImapConnection
} in the pool for reuse. Any responses associated with th
[
all
...]
ImapConnection.java
48
class
ImapConnection
{
83
ImapConnection
(ImapStore store, String username, String password) {
ImapFolder.java
72
private
ImapConnection
mConnection;
180
ImapConnection
connection = null;
226
ImapConnection
connection = null;
[
all
...]
/packages/apps/Email/tests/src/com/android/email/mail/store/
ImapStoreUnitTests.java
[
all
...]
Completed in 108 milliseconds