Searched refs:IMAP_PASSWORD (Results 1 – 4 of 4) sorted by relevance
90 imapPassword = getString(wrappedData, OmtpConstants.IMAP_PASSWORD); in StatusMessage()198 .putString(OmtpConstants.IMAP_PASSWORD, getImapPassword()) in putStatus()
131 public static final String IMAP_PASSWORD = "pw"; field in OmtpConstants
80 .putString(OmtpConstants.IMAP_PASSWORD, null) in removeAccount()
118 String password = prefs.getString(OmtpConstants.IMAP_PASSWORD, null); in ImapHelper()