Searched refs:hostName (Results 1 - 8 of 8) sorted by relevance

/packages/apps/Email/src/com/android/email/activity/setup/
H A DSecurityRequiredDialogFragment.java57 public static SecurityRequiredDialogFragment newInstance(String hostName) { argument
60 arguments.putString(ARGS_HOST_NAME, hostName);
69 final String hostName = arguments.getString(ARGS_HOST_NAME);
77 R.string.account_setup_security_policies_required_fmt, hostName))
H A DAccountCheckSettingsFragment.java100 * @param hostName Passed back from the MessagingException
102 void onCheckSettingsSecurityRequired(String hostName); argument
233 String hostName = ex.getMessage();
234 if (hostName != null) {
235 hostName = hostName.trim();
237 getCallbackTarget().onCheckSettingsSecurityRequired(hostName);
H A DAccountServerSettingsActivity.java166 public void onCheckSettingsSecurityRequired(String hostName) { argument
168 SecurityRequiredDialogFragment.newInstance(hostName)
H A DAccountSetupFinal.java1067 public void onCheckSettingsSecurityRequired(String hostName) { argument
1069 final DialogFragment f = SecurityRequiredDialogFragment.newInstance(hostName);
H A DAccountSetupIncomingFragment.java536 final String hostName =
539 sendAuth.setConnection(sendAuth.mProtocol, hostName, sendAuth.mPort, sendAuth.mFlags);
/packages/apps/Messaging/src/com/android/messaging/util/
H A DEmailAddress.java261 * @param hostName The new host name of the email address.
263 public void setHost(final String hostName) { argument
264 host = hostName;
/packages/services/Telephony/src/com/android/services/telephony/
H A DConferenceParticipantConnection.java183 // In this case, hostName will be anonymous.invalid and there is an extra parameter for
199 String hostName = numberParts[1];
203 if (hostName.equals(ANONYMOUS_INVALID_HOST)) {
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
H A DUtility.java176 * @param hostName the server's address
181 String hostName, String userLogin) {
185 HOSTAUTH_WHERE_CREDENTIALS, new String[] { hostName, userName }, null);
180 findExistingAccount(Context context, long allowAccountId, String hostName, String userLogin) argument

Completed in 140 milliseconds