Searched defs:password (Results 1 - 19 of 19) sorted by relevance

/packages/apps/Email/src/com/android/email/mail/store/
H A DServiceStore.java80 public Bundle autoDiscover(Context context, String username, String password) { argument
82 return getService().autoDiscover(username, password);
H A DImapConnection.java82 ImapConnection(ImapStore store, String username, String password) { argument
83 setStore(store, username, password);
86 void setStore(ImapStore store, String username, String password) { argument
87 if (username != null && password != null) {
91 // apply the quoting here around the built-up password
93 + ImapUtility.imapQuoted(password);
/packages/apps/Email/src/com/android/email/mail/transport/
H A DSmtpSender.java217 * is logged (if debug logging is enabled) so do not use this function for user ID or password.
278 private void saslAuthLogin(String username, String password) throws MessagingException, argument
286 Base64.encodeToString(password.getBytes(), Base64.NO_WRAP),
287 "/password redacted/");
297 private void saslAuthPlain(String username, String password) throws MessagingException, argument
299 byte[] data = ("\000" + username + "\000" + password).getBytes();
/packages/apps/Email/tests/src/com/android/email/activity/setup/
H A DAccountSetupIncomingTests.java66 Intent i = getTestIntent("imap://user:password@server.com:999");
75 Intent i = getTestIntent("imap://user:password@server.com:999");
86 Intent i = getTestIntent("imap://:password@server.com:999");
93 * No password is not OK - not enabled
108 Intent i = getTestIntent("imap://user:password@server.com");
148 // Clear the password - should disable
159 * Check password field for a given password. Should be called in UI thread. Confirms that
160 * the password has not been trimmed.
162 * @param password th
165 checkPassword(String password, boolean expectNext) argument
[all...]
H A DAccountSetupOutgoingTests.java64 Intent i = getTestIntent("smtp://user:password@server.com:999");
81 Intent i = getTestIntent("smtp://:password@server.com:999");
88 * No password is not OK - not enabled
103 Intent i = getTestIntent("smtp://user:password@server.com");
143 // Clear the password - should disable
155 * Check password field for a given password. Should be called in UI thread. Confirms that
156 * the password has not been trimmed.
158 * @param password the password t
161 checkPassword(String password, boolean expectNext) argument
[all...]
/packages/apps/Browser/src/com/android/browser/
H A DHttpAuthenticationDialog.java92 String password = getPassword();
100 if (password != null) {
101 mPasswordView.setText(password);
157 void onOk(String host, String realm, String username, String password); argument
H A DPageDialogsHandler.java92 public void onOk(String host, String realm, String username, String password) {
93 setHttpAuthUsernamePassword(host, realm, username, password);
94 handler.proceed(username, password);
109 * Set HTTP authentication password.
111 * @param host The host for the password
112 * @param realm The realm for the password
113 * @param username The username for the password. If it is null, it means
114 * password can't be saved.
115 * @param password The password
117 setHttpAuthUsernamePassword(String host, String realm, String username, String password) argument
[all...]
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
H A DSSLSocketFactory.java106 * For simplicity use the same password for the key as that of the keystore
248 private static KeyManager[] createKeyManagers(final KeyStore keystore, final String password) argument
255 kmfactory.init(keystore, password != null ? password.toCharArray(): null);
/packages/apps/Email/src/com/android/email/mail/
H A DStore.java160 * Handle discovery of account settings using only the user's email address and password
163 * @param password the password of the exchange user
167 public Bundle autoDiscover(Context context, String emailAddress, String password) argument
/packages/apps/Settings/src/com/android/settings/
H A DCryptKeeperSettings.java45 // This is the minimum acceptable password quality. If the current password quality is
85 * is no keyguard available, we prompt the user to set a password.
91 // TODO replace (or follow) this dialog with an explicit launch into password UI
192 String password = data.getStringExtra(ChooseLockSettingsHelper.EXTRA_KEY_PASSWORD);
193 if (!TextUtils.isEmpty(password)) {
194 showFinalConfirmation(password);
199 private void showFinalConfirmation(String password) { argument
203 preference.getExtras().putString("password", password);
[all...]
H A DChooseLockPassword.java299 * @param password the raw password the user typed in
300 * @return error message to show to user or null if password is OK
302 private String validatePassword(String password) { argument
303 if (password.length() < mPasswordMinLength) {
308 if (password.length() > mPasswordMaxLength) {
319 for (int i = 0; i < password.length(); i++) {
320 char c = password.charAt(i);
382 if(mLockPatternUtils.checkPasswordHistory(password)) {
455 * Update the hint based on current Stage and length of password entr
[all...]
/packages/apps/CertInstaller/src/com/android/certinstaller/
H A DCredentialHelper.java314 boolean extractPkcs12(String password) { argument
316 return extractPkcs12Internal(password);
323 private boolean extractPkcs12Internal(String password) argument
327 PasswordProtection passwordProtection = new PasswordProtection(password.toCharArray());
H A DCertInstaller.java292 void extractPkcs12InBackground(final String password) { argument
298 return mCredentials.extractPkcs12(password);
342 String password = mView.getText(R.id.credential_password);
343 mNextAction = new Pkcs12ExtractAction(password);
475 Pkcs12ExtractAction(String password) { argument
476 mPassword = password;
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
H A DEmailServiceProxy.java172 * password. The result is returned in a Bundle which MUST include an error code and MAY (on
177 * @param password the user's password
181 public Bundle autoDiscover(final String userName, final String password) argument
186 mReturn = mService.autoDiscover(userName, password);
/packages/apps/Email/src/com/android/email/service/
H A DEmailServiceStub.java366 public Bundle autoDiscover(String userName, String password) throws RemoteException { argument
H A DEmailServiceUtils.java288 // Set up username/password
649 public Bundle autoDiscover(String userName, String password) throws RemoteException { argument
/packages/apps/Exchange/src/com/android/exchange/service/
H A DEasAutoDiscover.java31 * options needed based on just a username and password.
56 public EasAutoDiscover(final Context context, final String username, final String password) { argument
59 mHostAuth.mPassword = password;
100 // We use the user name and password that were successful during
/packages/apps/Email/src/com/android/email/activity/setup/
H A DSetupData.java123 public void setPassword(String password) { argument
124 mPassword = password;
/packages/apps/Email/src/com/android/email/provider/
H A DDBHelper.java1431 String password) {
1440 accountManager.addAccountExplicitly(amAccount, password, null);
1430 createAccountManagerAccount(Context context, String login, String type, String password) argument

Completed in 213 milliseconds