Home
last modified time | relevance | path

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

/packages/apps/Email/src/com/android/email/mail/store/
DImapStore.java90 private final ConcurrentLinkedQueue<ImapConnection> mConnectionPool = field in ImapStore
146 return mConnectionPool; in getConnectionPoolForTest()
507 while ((connection = mConnectionPool.poll()) != null) { in getConnection()
533 mConnectionPool.add(connection); in poolConnection()