Home
last modified time | relevance | path

Searched refs:serverName (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
DUtility.java146 public static boolean isServerNameValid(String serverName) { in isServerNameValid() argument
147 serverName = serverName.trim(); in isServerNameValid()
148 if (TextUtils.isEmpty(serverName)) { in isServerNameValid()
155 serverName, in isServerNameValid()
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/
DImapStore.java58 String serverName, in ImapStore() argument
65 transport = new MailTransport(context, this.getImapHelper(), network, serverName, port, flags); in ImapStore()
/packages/apps/Dialer/java/com/android/voicemail/impl/imap/
DImapHelper.java119 String serverName = prefs.getString(OmtpConstants.SERVER_ADDRESS, null); in ImapHelper() local
129 imapStore = new ImapStore(context, this, username, password, port, serverName, auth, network); in ImapHelper()