Home
last modified time | relevance | path

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

/packages/apps/Email/provider_src/com/android/email/mail/store/
DImapStore.java93 private final ConcurrentLinkedQueue<ImapConnection> mConnectionPool = field in ImapStore
159 return mConnectionPool; in getConnectionPoolForTest()
556 while ((connection = mConnectionPool.poll()) != null) { in getConnection()
582 mConnectionPool.add(connection); in poolConnection()
691 while ((connection = mConnectionPool.poll()) != null) { in closeConnections()