Home
last modified time | relevance | path

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

/packages/apps/Email/tests/src/com/android/email/mail/store/
DImapStoreUnitTests.java1989 assertEquals(0, mStore.getConnectionPoolForTest().size()); in testGetConnection()
1994 assertEquals(0, mStore.getConnectionPoolForTest().size()); // Pool size not changed. in testGetConnection()
2005 assertEquals(0, mStore.getConnectionPoolForTest().size()); // Pool size not changed. in testGetConnection()
2023 assertEquals(1, mStore.getConnectionPoolForTest().size()); in testGetConnection()
2030 assertEquals(0, mStore.getConnectionPoolForTest().size()); // No connections left in pool in testGetConnection()
2036 assertEquals(1, mStore.getConnectionPoolForTest().size()); in testGetConnection()
2045 assertEquals(0, mStore.getConnectionPoolForTest().size()); // No connections left in pool in testGetConnection()
/packages/apps/Email/src/com/android/email/mail/store/
DImapStore.java145 Collection<ImapConnection> getConnectionPoolForTest() { in getConnectionPoolForTest() method in ImapStore