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

12

/frameworks/base/core/java/android/webkit/
H A DHttpAuthHandler.java51 public void proceed(String username, String password) { argument
H A DHttpAuthHandlerImpl.java87 String password = msg.getData().getString("password");
89 loader.handleAuthResponse(username, password);
106 * @param password The password to use for authentication
110 private boolean handleResponseForSynchronousRequest(String username, String password) { argument
117 mPassword = password;
137 * @param password The password to use for authentication
139 public void proceed(String username, String password) { argument
275 onReceivedCredentials(LoadListener loader, String host, String realm, String username, String password) argument
[all...]
H A DWebViewDatabase.java78 "cookies", "password", "formurl", "formdata", "httpauth"
139 // column id strings for "password" table
144 private static final String PASSWORD_PASSWORD_COL = "password";
163 private static final String HTTPAUTH_PASSWORD_COL = "password";
935 // password functions
939 * Set password. Tuple (PASSWORD_HOST_COL, PASSWORD_USERNAME_COL) is unique.
941 * @param schemePlusHost The scheme and host for the password
942 * @param username The username for the password. If it is null, it means
943 * password can't be saved.
944 * @param password Th
946 setUsernamePassword(String schemePlusHost, String username, String password) argument
1039 setHttpAuthUsernamePassword(String host, String realm, String username, String password) argument
[all...]
H A DBrowserFrame.java815 String password) {
847 mainResource, userGesture, postDataIdentifier, username, password);
878 * and password, give the user the option of saving them. Will either do
886 * @param password The password entered by the user (sniffed from the DOM).
889 byte[] postData, String username, String password) {
892 || password == null || password.isEmpty()) {
893 return; // No password to save.
908 // Check to see if the username & password appea
804 startLoadingResource(int loaderHandle, String url, String method, HashMap headers, byte[] postData, long postDataIdentifier, int cacheMode, boolean mainResource, boolean userGesture, boolean synchronous, String username, String password) argument
888 maybeSavePassword( byte[] postData, String username, String password) argument
1407 setUsernamePassword(String username, String password) argument
1413 nativeAuthenticationProceed(int handle, String username, String password) argument
[all...]
H A DCallbackProxy.java439 String password = bundle.getString("password");
442 if (!mWebView.onSavePassword(schemePlusHost, username, password,
797 password = msg.getData().getString("password");
799 host, realm, username, password);
1157 String password, Message resumeMsg) {
1169 bundle.putString("password", password);
1185 String username, String password) {
1156 onSavePassword(String schemePlusHost, String username, String password, Message resumeMsg) argument
1184 onReceivedHttpAuthCredentials(String host, String realm, String username, String password) argument
[all...]
/frameworks/base/obex/javax/obex/
H A DPasswordAuthentication.java36 * This class holds user name and password combinations.
47 * password provided.
49 * @param password the password to include in the response
50 * @throws NullPointerException if <code>password</code> is
53 public PasswordAuthentication(final byte[] userName, final byte[] password) { argument
59 mPassword = new byte[password.length];
60 System.arraycopy(password, 0, mPassword, 0, password.length);
73 * Retrieves the password
[all...]
/frameworks/base/keystore/java/android/security/
H A DKeyStore.java130 private boolean password(byte[] password) { argument
131 execute('p', password);
135 public boolean password(String password) { argument
136 return password(getBytes(password));
144 private boolean unlock(byte[] password) { argument
145 execute('u', password);
149 public boolean unlock(String password) { argument
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DApnSetting.java34 public final String password; field in class:ApnSetting
57 String user, String password, int authType, String[] types,
69 this.password = password;
88 * <mmsport>, <user>, <password>, <authtype>, <mcc>,<mnc>,
93 * <mmsport>, <user>, <password>, <authtype>, <mcc>, <mnc>,
97 * and password and thus cannot be read by this method.
54 ApnSetting(int id, String numeric, String carrier, String apn, String proxy, String port, String mmsc, String mmsProxy, String mmsPort, String user, String password, int authType, String[] types, String protocol, String roamingProtocol, boolean carrierEnabled, int bearer) argument
H A DIccCard.java302 * @param password needed to change the ICC pin state, aka. Pin1
309 String password, Message onComplete) {
318 enabled, password, serviceClassX,
327 * @param password needed to change the ICC fdn enable, aka Pin2
334 String password, Message onComplete) {
344 enabled, password, serviceClassX,
349 * Change the ICC password used in ICC pin lock
352 * @param oldPassword is the old password
353 * @param newPassword is the new password
367 * Change the ICC password use
308 setIccLockEnabled(boolean enabled, String password, Message onComplete) argument
333 setIccFdnEnabled(boolean enabled, String password, Message onComplete) argument
[all...]
/frameworks/base/core/java/android/net/http/
H A DHttpAuthHeader.java55 * new username and password.
61 * password to use.
151 * @return The password string.
158 * Sets the password string.
160 public void setPassword(String password) { argument
161 mPassword = password;
H A DRequestHandle.java224 public void setupBasicAuthResponse(boolean isProxy, String username, String password) { argument
225 String response = computeBasicAuthResponse(username, password);
238 String password,
246 username, password, realm, nonce, QOP, algorithm, opaque);
273 * @return Basic-scheme authentication response: BASE64(username:password).
275 public static String computeBasicAuthResponse(String username, String password) { argument
277 Assert.assertNotNull(password);
279 // encode username:password to base64
280 return new String(Base64.encodeBase64((username + ':' + password).getBytes()));
297 String password,
236 setupDigestAuthResponse(boolean isProxy, String username, String password, String realm, String nonce, String QOP, String algorithm, String opaque) argument
296 computeDigestAuthResponse(String username, String password, String realm, String nonce, String QOP, String algorithm, String opaque) argument
[all...]
/frameworks/base/voip/java/android/net/sip/
H A DSipProfile.java180 * Sets the password of the SIP account
182 * @param password password of the SIP account
185 public Builder setPassword(String password) { argument
186 mUri.setUserPassword(password);
280 // remove password from URI
410 * Gets the password.
412 * @return the password
/frameworks/support/v4/ics/android/support/v4/view/accessibility/
H A DAccessibilityNodeInfoCompatIcs.java196 public static void setPassword(Object info, boolean password) { argument
197 ((AccessibilityNodeInfo) info).setPassword(password);
/frameworks/base/core/java/android/app/admin/
H A DDevicePolicyManager.java114 * Activity action: have the user enter a new password. This activity should
117 * enter a new password that meets the current requirements. You can use
119 * have the user select a new password in order to meet the current
121 * password characteristics to see if they are sufficient.
210 * for the password. Note that quality constants are ordered so that higher
225 * of password, but doesn't care what it is. Note that quality constants
232 * password containing at least numeric characters. Note that quality
239 * password containing at least alphabetic (or other symbol) characters.
247 * password containing at least <em>both></em> numeric <em>and</em>
255 * password containin
933 resetPassword(String password, int flags) argument
[all...]
/frameworks/base/core/java/android/os/storage/
H A DIMountService.java610 public int decryptStorage(String password) throws RemoteException { argument
616 _data.writeString(password);
627 public int encryptStorage(String password) throws RemoteException { argument
633 _data.writeString(password);
644 public int changeEncryptionPassword(String password) throws RemoteException { argument
650 _data.writeString(password);
662 public int verifyEncryptionPassword(String password) throws RemoteException { argument
668 _data.writeString(password);
1067 String password = data.readString();
1068 int result = decryptStorage(password);
1296 decryptStorage(String password) argument
1301 encryptStorage(String password) argument
1306 changeEncryptionPassword(String password) argument
1312 verifyEncryptionPassword(String password) argument
[all...]
/frameworks/base/libs/storage/
H A DIMountService.cpp511 int32_t decryptStorage(const String16& password) argument
515 data.writeString16(password);
528 int32_t encryptStorage(const String16& password) argument
532 data.writeString16(password);
/frameworks/base/tools/layoutlib/bridge/src/android/webkit/
H A DWebView.java82 public void savePassword(String host, String username, String password) { argument
86 String username, String password) {
85 setHttpAuthUsernamePassword(String host, String realm, String username, String password) argument
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfiguration.java81 public EnterpriseField password = new EnterpriseField("password"); field in class:WifiConfiguration
91 eap, phase2, identity, anonymous_identity, password, client_cert,
/frameworks/support/v4/java/android/support/v4/view/accessibility/
H A DAccessibilityNodeInfoCompat.java69 public void setPassword(Object info, boolean password); argument
248 public void setPassword(Object info, boolean password) { argument
480 public void setPassword(Object info, boolean password) { argument
481 AccessibilityNodeInfoCompatIcs.setPassword(info, password);
988 * Gets whether this node is a password.
990 * @return True if the node is a password.
997 * Sets whether this node is a password.
1004 * @param password True if the node is a password.
1007 public void setPassword(boolean password) { argument
[all...]
/frameworks/base/cmds/keystore/
H A Dkeystore.cpp46 * 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);
699 {password, 'p', STATE_ANY, PASSWORD, {PASSWORD_SIZE, 0}},
/frameworks/base/core/java/android/accounts/
H A DAccountManager.java50 * online accounts. The user enters credentials (username and password) once
63 * the user's actual password. (Auth tokens are normally created with a
177 * Bundle key used to supply the password directly in options to
179 * the standard password prompt.
181 public static final String KEY_PASSWORD = "password";
232 * account's credentials (saved password, etc) are changed.
292 * Gets the saved password associated with the account.
302 * @param account The account to query for a password
303 * @return The account's password, null if none or if the account doesn't exist
508 * @param password Th
513 addAccountExplicitly(Account account, String password, Bundle userdata) argument
631 setPassword(final Account account, final String password) argument
[all...]
H A DAccountManagerService.java69 * 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) { argument
395 return addAccountInternal(account, password, extras);
401 private boolean addAccountInternal(Account account, String password, Bundle extras) { argument
421 values.put(ACCOUNTS_PASSWORD, password);
735 public void setPassword(Account account, String password) { argument
745 setPasswordInternal(account, password);
751 private void setPasswordInternal(Account account, String password) { argument
760 values.put(ACCOUNTS_PASSWORD, password);
[all...]
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java577 * Gets whether this node is a password.
579 * @return True if the node is a password.
586 * Sets whether this node is a password.
593 * @param password True if the node is a password.
597 public void setPassword(boolean password) { argument
598 setBooleanProperty(PROPERTY_PASSWORD, password);
1114 builder.append("; password: ").append(isPassword());
/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternUtils.java64 private static final String LOCK_PASSWORD_FILE = "password.key";
147 Log.d(TAG, "lock password file changed");
193 * Gets the device policy password mode. If the mode is non-specific, returns
228 * Returns the actual password mode, as set by keyguard after updating the password.
266 * Check to see if a password matches the saved password. If no password exists,
268 * @param password The password t
271 checkPassword(String password) argument
297 checkPasswordHistory(String password) argument
517 computePasswordQuality(String password) argument
542 updateEncryptionPassword(String password) argument
569 saveLockPassword(String password, int quality) argument
581 saveLockPassword(String password, int quality, boolean isFallback) argument
796 passwordToHash(String password) argument
[all...]
/frameworks/base/voip/java/com/android/server/sip/
H A DSipService.java464 String password = localProfile.getPassword();
466 mSipGroup = createSipSessionGroup(mLocalIp, p, password);
493 SipProfile localProfile, String password) throws SipException {
495 return new SipSessionGroup(localIp, localProfile, password,
501 return createSipSessionGroup(null, localProfile, password);
492 createSipSessionGroup(String localIp, SipProfile localProfile, String password) argument

Completed in 1439 milliseconds

12