Searched refs:serverName (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/ |
D | Utility.java | 146 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/ |
D | ImapStore.java | 58 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/ |
D | ImapHelper.java | 119 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()
|