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

<<2122232425262728

  /external/wpa_supplicant_8/src/ap/
ap_config.c 348 os_free(user->password);
598 wsc_registrar.password = (u8 *) conf->ap_pin;
ieee802_1x.c     [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_gpsk.c 414 if (sm->user == NULL || sm->user->password == NULL) {
415 wpa_printf(MSG_INFO, "EAP-GPSK: No PSK/password configured "
421 if (eap_gpsk_derive_keys(sm->user->password, sm->user->password_len,
  /frameworks/base/core/java/android/accounts/
AccountManagerService.java 69 * A system service that provides account, password, and authtoken management for all
103 private static final String ACCOUNTS_PASSWORD = "password";
383 public boolean addAccount(Account account, String password, Bundle extras) {
395 return addAccountInternal(account, password, extras);
401 private boolean addAccountInternal(Account account, String password, Bundle extras) {
421 values.put(ACCOUNTS_PASSWORD, password);
735 public void setPassword(Account account, String password) {
745 setPasswordInternal(account, password);
751 private void setPasswordInternal(Account account, String password) {
760 values.put(ACCOUNTS_PASSWORD, password);
    [all...]
  /frameworks/base/core/java/android/app/admin/
DevicePolicyManager.java 107 * Activity action: have the user enter a new password. This activity should
110 * enter a new password that meets the current requirements. You can use
112 * have the user select a new password in order to meet the current
114 * password characteristics to see if they are sufficient.
203 * for the password. Note that quality constants are ordered so that higher
218 * of password, but doesn't care what it is. Note that quality constants
225 * password containing at least numeric characters. Note that quality
232 * password containing at least alphabetic (or other symbol) characters.
240 * password containing at least <em>both></em> numeric <em>and</em>
248 * password containing at least a letter, a numerical digit and a specia
    [all...]
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityNodeInfo.java 576 * Gets whether this node is a password.
578 * @return True if the node is a password.
585 * Sets whether this node is a password.
592 * @param password True if the node is a password.
596 public void setPassword(boolean password) {
597 setBooleanProperty(PROPERTY_PASSWORD, password);
    [all...]
  /external/chromium/chrome/browser/
browser_main.cc     [all...]
  /external/chromium/chrome/browser/sync/protocol/
proto_value_conversions.cc 304 SET_EXTENSION(sync_pb, password, PasswordSpecificsToValue);
  /external/chromium/net/http/
http_transaction_unittest.cc 272 const string16& password,
http_network_transaction.cc 211 const string16& password,
220 auth_controllers_[target]->ResetAuth(username, password);
232 rv = stream_request_->RestartTunnelWithProxyAuth(username, password);
    [all...]
  /external/chromium/testing/gmock/scripts/
upload.py 134 (email, password) tuple when called. Will be called if authentication
172 def _GetAuthToken(self, email, password):
177 password: The user's password
194 "Passwd": password,
243 1) We get a username and password from the user
260 print >>sys.stderr, "Invalid username or password."
468 """Prompts the user for a username and password."""
472 password = getpass.getpass("Password for %s: " % email
    [all...]
  /external/chromium/testing/gtest/scripts/
upload.py 134 (email, password) tuple when called. Will be called if authentication
172 def _GetAuthToken(self, email, password):
177 password: The user's password
194 "Passwd": password,
243 1) We get a username and password from the user
260 print >>sys.stderr, "Invalid username or password."
468 """Prompts the user for a username and password."""
472 password = getpass.getpass("Password for %s: " % email
    [all...]
  /frameworks/base/packages/BackupRestoreConfirmation/src/com/android/backupconfirm/
BackupRestoreConfirmation.java 178 mCurPassword = (TextView) findViewById(R.id.password);
182 // We vary the password prompt depending on whether one is predefined, and whether
188 // this password is mandatory; we hide the other options during backup
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PasswordUnlockScreen.java 55 * an unlock password
243 // send focus to the password field
286 KeyStore.getInstance().password(entry);
289 // real password. This may require some tweaking.
305 // Prevent user from using the PIN/Password entry until scheduled deadline.
PatternUnlockScreen.java 349 KeyStore.getInstance().password(LockPatternUtils.patternToString(pattern));
  /libcore/luni/src/main/java/javax/sql/
RowSet.java 100 * properties to be set: URL, database name, user name, password,
174 * Gets the value of the password property for this {@code RowSet}. This
178 * @return the value of the password property.
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete.cc 197 // URL of the form "username:password@foo.com".
211 http_parts.password.is_nonempty()) {
217 &http_parts.password,
239 // typed a username and password. It's likely to be a search operator
353 // Presence of a password means this is likely a URL. Note that unless the
357 if (parts->password.is_nonempty())
    [all...]
  /external/chromium/chrome/browser/password_manager/
native_backend_gnome_x.cc 144 // Note: does *not* get the actual password, as that is not a key attribute!
157 // Check to make sure this is a password we care about.
197 LOG(WARNING) << "Unable to access password from list element!";
235 // caller, e.g. in the password management UI), and *block* the DB thread
285 GnomeKeyringResult WaitResult(string16* password);
325 // If we are asked to save a password with 0 date, use the current time.
521 GnomeKeyringResult GKRMethod::WaitResult(string16* password) {
524 *password = password_;
604 LOG(WARNING) << "Unable to access password from item info!";
    [all...]
  /external/chromium/chrome/browser/sync/
profile_sync_service.cc 612 // First try supplying gaia password as the passphrase.
807 const std::string& username, const std::string& password,
839 password,
    [all...]
  /external/webkit/Source/WebCore/platform/
KURLGoogle.cpp 508 // Returns the empty string if there is no password.
512 // a null string when the password is empty, which we duplicate here.
513 if (!m_url.m_parsed.password.is_nonempty())
517 return m_url.componentString(m_url.m_parsed.password);
703 // This function is commonly called to clear the password, which we
705 if (pass.isEmpty() && !m_url.m_parsed.password.is_valid())
    [all...]
  /frameworks/base/cmds/keystore/
keystore.cpp 46 * user-defined password. To keep things simple, buffers are always larger than
630 * file using the same password when the user unlock it for the first time. If
634 static ResponseCode password(KeyStore* keyStore, int sock, uid_t uid, Value* pw, Value*) { function
637 // generate master key, encrypt with password, write to file, initialize mMasterKey*.
641 // rewrite master key with new password.
645 // read master key, decrypt with password, initialize mMasterKey*.
658 return password(keyStore, sock, uid, pw, unused);
675 PASSWORD = 128,
699 {password, 'p', STATE_ANY, PASSWORD, {PASSWORD_SIZE, 0}}
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
RIL.java     [all...]
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewTest.java     [all...]
  /frameworks/base/services/java/com/android/server/
DevicePolicyManagerService.java 124 Slog.v(TAG, "Sending password expiration notifications for action " + action);
195 out.startTag(null, "password-quality");
197 out.endTag(null, "password-quality");
199 out.startTag(null, "min-password-length");
201 out.endTag(null, "min-password-length");
204 out.startTag(null, "password-history-length");
206 out.endTag(null, "password-history-length");
209 out.startTag(null, "min-password-uppercase");
211 out.endTag(null, "min-password-uppercase");
214 out.startTag(null, "min-password-lowercase")
    [all...]
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginView.mm     [all...]

Completed in 2768 milliseconds

<<2122232425262728