Searched refs:IMAP_PORT (Results 1 – 3 of 3) sorted by relevance
88 imapPort = getString(wrappedData, OmtpConstants.IMAP_PORT); in StatusMessage()195 .putString(OmtpConstants.IMAP_PORT, getImapPort()) in putStatus()
129 public static final String IMAP_PORT = "ipt"; field in OmtpConstants
120 int port = Integer.parseInt(prefs.getString(OmtpConstants.IMAP_PORT, null)); in ImapHelper()