Searched refs:getUsername (Results 1 – 4 of 4) sorted by relevance
114 final String oauthCode = "user=" + mImapStore.getUsername() + '\001' + in getLoginPhrase()121 if (mImapStore.getUsername() != null && mImapStore.getPassword() != null) { in getLoginPhrase()124 mLoginPhrase = ImapConstants.LOGIN + " " + mImapStore.getUsername() + " " in getLoginPhrase()430 ImapStore.getImapId(mImapStore.getContext(), mImapStore.getUsername(), host, in doSendId()
129 String getUsername() { in getUsername() method in ImapStore
80 if (mImapStore.getUsername() != null && mImapStore.getPassword() != null) { in getLoginPhrase()83 mLoginPhrase = ImapConstants.LOGIN + " " + mImapStore.getUsername() + " " in getLoginPhrase()
72 public String getUsername() { in getUsername() method in ImapStore