Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/voicemail/impl/imap/
DImapHelper.java157 return imapStore.getConnection(); in connect()
388 ImapConnection connection = imapStore.getConnection(); in changePin()
403 ImapConnection connection = imapStore.getConnection(); in changeVoicemailTuiLanguage()
416 ImapConnection connection = imapStore.getConnection(); in closeNewUserTutorial()
/packages/apps/Email/tests/src/com/android/email/mail/store/
DImapStoreUnitTests.java198 mStore.getConnection().open(); in testLoginFailure()
1994 final ImapConnection con1 = mStore.getConnection(); in testGetConnection()
2005 final ImapConnection con2 = mStore.getConnection(); in testGetConnection()
2031 final ImapConnection con1b = mStore.getConnection(); in testGetConnection()
2045 final ImapConnection con3 = mStore.getConnection(); in testGetConnection()
/packages/apps/Email/provider_src/com/android/email/mail/store/
DImapStore.java422 ImapConnection connection = getConnection(); in updateFolders()
551 ImapConnection getConnection() { in getConnection() method in ImapStore
DImapFolder.java123 mConnection = mStore.getConnection(); in open()
192 connection = mStore.getConnection(); in exists()
238 connection = mStore.getConnection(); in create()
/packages/services/BuiltInPrintService/src/com/android/bips/p2p/
DP2pMonitor.java174 P2pConnectionProcedure getConnection() { in getConnection() method in P2pMonitor
DP2pPrinterConnection.java75 WifiP2pDevice peer = service.getP2pMonitor().getConnection().getPeer(); in P2pPrinterConnection()
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/
DImapStore.java176 public ImapConnection getConnection() { in getConnection() method in ImapStore
DImapFolder.java96 connection = store.getConnection(); in open()