Searched refs:getUsername (Results 1 – 5 of 5) sorted by relevance
56 private String getUsername() { in getUsername() method in HttpAuthenticationDialog91 String username = getUsername(); in reshow()136 mOkListener.onOk(mHost, mRealm, getUsername(), getPassword()); in createDialog()
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
79 if (mImapStore.getUsername() != null && mImapStore.getPassword() != null) { in getLoginPhrase()82 mLoginPhrase = ImapConstants.LOGIN + " " + mImapStore.getUsername() + " " in getLoginPhrase()
65 public String getUsername() { in getUsername() method in ImapStore