Home
last modified time | relevance | path

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

/packages/apps/Email/src/com/android/email/mail/store/
DImapConnection.java84 setStore(store, username, password); in ImapConnection()
87 void setStore(ImapStore store, String username, String password) { in setStore() method in ImapConnection
DImapStore.java509 connection.setStore(this, mUsername, mPassword); in getConnection()