HomeSort by relevance Sort by last modified time
    Searched refs:password (Results 451 - 475 of 683) sorted by null

<<11121314151617181920>>

  /packages/apps/Email/src/com/android/email/mail/
Store.java 165 * Handle discovery of account settings using only the user's email address and password
168 * @param password the password of the exchange user
172 public Bundle autoDiscover(Context context, String emailAddress, String password)
  /packages/apps/Settings/src/com/android/settings/
ApnEditor.java 105 Telephony.Carriers.PASSWORD, // 7
489 values.put(Telephony.Carriers.PASSWORD, checkNotSet(mPassword.getText()));
582 char[] password = new char[value.length()]; local
583 for (int i = 0; i < password.length; i++) {
584 password[i] = '*';
586 return new String(password);
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiConfigUiForSetupWizardXL.java 77 requestFocusAndShowKeyboard(R.id.password);
88 // Set Focus to password View.
91 Log.w(TAG, "password field to be focused not found.");
93 Log.w(TAG, "password field is not EditText");
  /external/wpa_supplicant_6/wpa_supplicant/
config.c 1055 wpa_printf(MSG_DEBUG, "Unset configuration string 'password'");
1056 os_free(ssid->eap.password);
1057 ssid->eap.password = NULL;
1069 "password.", line);
1075 os_free(ssid->eap.password);
1076 ssid->eap.password = (u8 *) tmp;
1086 wpa_printf(MSG_ERROR, "Line %d: Invalid password hash length "
1097 wpa_printf(MSG_ERROR, "Line %d: Invalid password hash", line);
1103 os_free(ssid->eap.password);
1104 ssid->eap.password = hash
    [all...]
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/
web_services.py 59 and password will be included in the request. If successful, we'll return
68 self.password = self.request.get('password')
74 (self.password == BaseWebServiceHandler.ACCT_PASSWORD)):
88 The request should include username/password parameters that correspond
114 request to include username and password fields. It returns authtoken
  /development/scripts/
stack 58 password = getpass.getpass()
59 params = urllib.urlencode({"u": user, "pw": password})
  /external/chromium/chrome/browser/chromeos/login/
views_login_display.cc 253 const string16& password) {
254 delegate()->Login(source->user().email(), UTF16ToUTF8(password));
screen_locker.cc 111 // since they are not necessary to input a login password. Users are still
312 // an event. This is necessary to allow message bubble and password
538 // No password entry. Move the lock widget to off screen.
626 // without asking password. Used in BWSI and auto login mode.
837 const std::string& password,
855 service->SetPassphrase(password, false, true);
874 // i.e. blocking UI after password change is in place.
895 void ScreenLocker::Authenticate(const string16& password) {
896 if (password.empty())
    [all...]
  /external/chromium/chrome/browser/resources/picasaweb_uploader/js/
picasa_client.js 159 * @param {string} password User password.
164 login: function(login, password, callback, opt_captcha) {
187 '&Passwd=' + password + '&service=lh2&source=ChromeOsPWAUploader';
upload_page.js 50 this.passwordInput_ = document.getElementById('password-input');
211 var password = this.passwordInput_.value;
214 this.client_.login(this.loginInput_.value, password,
  /external/chromium/chrome/browser/sync/syncable/
model_type.cc 31 specifics->MutableExtension(sync_pb::password);
154 if (specifics.HasExtension(sync_pb::password))
408 const char kPasswordNotificationType[] = "PASSWORD";
  /external/chromium/chrome/browser/ui/login/
login_prompt_uitest.cc 48 const wstring& password) {
49 // The TestServer sets the title to username/password on successful login.
50 return username + L"/" + password;
73 EXPECT_EQ(L"Denied: wrong password", GetActiveTabTitle());
103 EXPECT_EQ(L"Denied: wrong password", GetActiveTabTitle());
  /external/chromium/chrome/browser/ui/views/
accessibility_event_router_views.cc 269 bool password = textfield->IsPassword(); local
270 AccessibilityTextBoxInfo info(profile, name, password);
  /external/chromium/net/http/
http_auth_handler_digest_unittest.cc 376 const char* password; member in struct:net::__anon3598
381 { // MD5 with username/password
390 "foo", "bar", // username/password
402 { // MD5 with username but empty password. username has space in it.
411 "foo bar", "", // Username/password
432 "", "pass", // Username/password
444 { // MD5 with no username and no password.
453 "", "", // Username/password
472 "FooBar", "pass", // Username/password
490 "USER", "123", // Username/password
    [all...]
  /external/chromium/net/socket_stream/
socket_stream_unittest.cc 121 << " password=" << password_;
125 const string16& password) {
127 password_ = password;
  /external/chromium/net/test/
test_server.cc 219 const std::string& password) const {
220 return GURL(GetScheme() + "://" + user + ":" + password +
  /external/chromium/net/tools/testserver/
testserver.py 854 username = userpass = password = b64str = ""
863 if 'password' in query_params:
864 expected_password = query_params['password'][0]
874 username, password = re.findall(r'([^:]+):(\S+)', userpass)[0]
875 if password != expected_password:
876 raise Exception('wrong password')
892 self.wfile.write('password: %s<p>' % password)
928 self.wfile.write('<title>%s/%s</title>' % (username, password))
965 password = 'secret
    [all...]
  /external/openssl/apps/
openssl.cnf 157 challengePassword = A challenge password
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLInputElement12.js 79 type has a value of text or password only.
HTMLInputElement16.js 105 assertEquals("typeLink","password",vtype);
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLInputElement12.js 79 type has a value of text or password only.
HTMLInputElement16.js 105 assertEquals("typeLink","password",vtype);
  /frameworks/base/core/java/android/webkit/
CallbackProxy.java 439 String password = bundle.getString("password"); local
442 if (!mWebView.onSavePassword(schemePlusHost, username, password,
    [all...]
  /external/chromium/chrome/browser/password_manager/
password_store_mac_unittest.cc 64 "secure_user", "password", false },
72 "Password Not Stored", "", false },
76 "Password Not Stored", " ", false },
86 // An FTP password with an invalid date, for edge-case testing.
234 const wchar_t* password; member in struct:__anon2835
252 "https://some.domain.com/secure.html", L"secure_user", L"password", true,
294 EXPECT_EQ(WideToUTF16(expected[i].password), form.password_value)
508 L"username", L"password", false, false, 0 }, true },
517 // password; see MockKeychain::ItemModifyAttributesAndData) is reported.
614 different_form.username_element = ASCIIToUTF16("password");
    [all...]
  /external/chromium/chrome/browser/resources/
network_menu.js 166 * Handle keydown event in password edit.
215 * Add password edit to action area.
220 this.passwordEdit.type = 'password';

Completed in 1795 milliseconds

<<11121314151617181920>>