Searched defs:password (Results 1 - 25 of 49) sorted by last modified time

12

/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/support/v4/java/android/support/v4/view/accessibility/
H A DAccessibilityNodeInfoCompat.java544 public void setPassword(Object info, boolean password); argument
910 public void setPassword(Object info, boolean password) { argument
1461 public void setPassword(Object info, boolean password) { argument
1462 AccessibilityNodeInfoCompatIcs.setPassword(info, password);
3028 * Gets whether this node is a password.
3030 * @return True if the node is a password.
3037 * Sets whether this node is a password.
3044 * @param password True if the node is a password.
3047 public void setPassword(boolean password) { argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java624 * if the password is incorrect
643 * if the password is incorrect
660 * if the password is incorrect
678 * if the password is incorrect
697 * if the password is incorrect
718 * if the password is incorrect
737 * if the password is incorrect
758 * if the password is incorrect
1291 * @param password password o
1296 queryFacilityLock(String facility, String password, int serviceClass, Message response) argument
1311 queryFacilityLockForApp(String facility, String password, int serviceClass, String appId, Message response) argument
1321 setFacilityLock(String facility, boolean lockState, String password, int serviceClass, Message response) argument
1334 setFacilityLockForApp(String facility, boolean lockState, String password, int serviceClass, String appId, Message response) argument
1616 setupDataCall(int radioTechnology, int profile, String apn, String user, String password, int authType, String protocol, Message result) argument
1771 setInitialAttachApn(String apn, String protocol, int authType, String username, String password, Message result) argument
[all...]
H A DIccCard.java145 * @param password needed to change the ICC pin state, aka. Pin1
152 String password, Message onComplete);
159 * @param password needed to change the ICC fdn enable, aka Pin2
166 String password, Message onComplete);
169 * Change the ICC password used in ICC pin lock
172 * @param oldPassword is the old password
173 * @param newPassword is the new password
183 * Change the ICC password used in ICC fdn enable
186 * @param oldPassword is the old password
187 * @param newPassword is the new password
151 setIccLockEnabled(boolean enabled, String password, Message onComplete) argument
165 setIccFdnEnabled(boolean enabled, String password, Message onComplete) argument
[all...]
H A DRIL.java1630 String user, String password, int authType, String protocol,
1641 rr.mParcel.writeString(password);
1648 + password + " " + authType + " " + protocol);
1651 user, password, authType, protocol);
1975 queryFacilityLock(String facility, String password, int serviceClass, argument
1977 queryFacilityLockForApp(facility, password, serviceClass, null, response);
1982 queryFacilityLockForApp(String facility, String password, int serviceClass, String appId, argument
1994 rr.mParcel.writeString(password);
2004 setFacilityLock (String facility, boolean lockState, String password, argument
2006 setFacilityLockForApp(facility, lockState, password, serviceClas
1629 setupDataCall(int radioTechnology, int profile, String apn, String user, String password, int authType, String protocol, Message result) argument
2011 setFacilityLockForApp(String facility, boolean lockState, String password, int serviceClass, String appId, Message response) argument
4809 setInitialAttachApn(String apn, String protocol, int authType, String username, String password, Message result) argument
[all...]
H A DTelephonyEventLog.java341 String user, String password, int authType, String protocol) {
339 writeRilSetupDataCall(int rilSerial, int radioTechnology, int profile, String apn, String user, String password, int authType, String protocol) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DApnSetting.java57 public final String password; field in class:ApnSetting
130 String user, String password, int authType, String[] types,
144 this.password = password;
168 apn.mmsPort, apn.user, apn.password, apn.authType, apn.types, apn.protocol,
183 * <carrier>, <apn>, <proxy>, <port>, <user>, <password>, <server>,
188 * [ApnSettingV2] <carrier>, <apn>, <proxy>, <port>, <user>, <password>, <server>,
193 * [ApnSettingV3] <carrier>, <apn>, <proxy>, <port>, <user>, <password>, <server>,
200 * and password and thus cannot be read by this method.
127 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, int bearerBitmask, int profileId, boolean modemCognitive, int maxConns, int waitTime, int maxConnsTime, int mtu, String mvnoType, String mvnoMatchData) argument
H A DDataProfile.java40 //the password for APN, or NULL
41 public final String password; field in class:DataProfile
57 String user, String password, int type, int maxConnsTime, int maxConns,
65 this.password = password;
75 apn.authType, apn.user, apn.password, apn.bearerBitmask == 0
94 pc.writeString(dps[i].password);
107 + "/" + user + "/" + password + "/" + type + "/" + maxConnsTime
56 DataProfile(int profileId, String apn, String protocol, int authType, String user, String password, int type, int maxConnsTime, int maxConns, int waitTime, boolean enabled) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhone.java858 public void setCallBarring(String facility, boolean lockState, String password, Message argument
875 // password is not required with Ut interface
H A DImsPhoneCommandInterface.java259 String apn, String user, String password, int authType,
352 public void queryFacilityLock(String facility, String password, argument
357 public void queryFacilityLockForApp(String facility, String password, argument
363 String password, int serviceClass, Message response) {
368 String password, int serviceClass, String appId, Message response) {
564 String password, Message result) {
258 setupDataCall(int radioTechnology, int profile, String apn, String user, String password, int authType, String protocol, Message result) argument
362 setFacilityLock(String facility, boolean lockState, String password, int serviceClass, Message response) argument
367 setFacilityLockForApp(String facility, boolean lockState, String password, int serviceClass, String appId, Message response) argument
563 setInitialAttachApn(String apn, String protocol, int authType, String username, String password, Message result) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java260 String apn, String user, String password, int authType,
353 public void queryFacilityLock(String facility, String password, argument
358 public void queryFacilityLockForApp(String facility, String password, argument
364 String password, int serviceClass, Message response) {
369 String password, int serviceClass, String appId, Message response) {
565 String password, Message result) {
259 setupDataCall(int radioTechnology, int profile, String apn, String user, String password, int authType, String protocol, Message result) argument
363 setFacilityLock(String facility, boolean lockState, String password, int serviceClass, Message response) argument
368 setFacilityLockForApp(String facility, boolean lockState, String password, int serviceClass, String appId, Message response) argument
564 setInitialAttachApn(String apn, String protocol, int authType, String username, String password, Message result) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java1090 String apn, String user, String password, int authType,
1093 password, authType, protocol, result);
1841 String password, Message result) {
1089 setupDataCall(int radioTechnology, int profile, String apn, String user, String password, int authType, String protocol, Message result) argument
1840 setInitialAttachApn(String apn, String protocol, int authType, String username, String password, Message result) argument
H A DSimulatedCommandsVerifier.java950 public void queryFacilityLock(String facility, String password, int serviceClass, argument
956 public void queryFacilityLockForApp(String facility, String password, int serviceClass, argument
962 public void setFacilityLock(String facility, boolean lockState, String password, argument
968 public void setFacilityLockForApp(String facility, boolean lockState, String password, argument
1145 String password, int authType, String protocol, Message result) {
1222 String password, Message result) {
1144 setupDataCall(int radioTechnology, int profile, String apn, String user, String password, int authType, String protocol, Message result) argument
1221 setInitialAttachApn(String apn, String protocol, int authType, String username, String password, Message result) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccCardProxy.java807 public void setIccLockEnabled(boolean enabled, String password, Message onComplete) { argument
810 mUiccApplication.setIccLockEnabled(enabled, password, onComplete);
821 public void setIccFdnEnabled(boolean enabled, String password, Message onComplete) { argument
824 mUiccApplication.setIccFdnEnabled(enabled, password, onComplete);
H A DUiccCardApplication.java750 * @param password needed to change the ICC pin state, aka. Pin1
757 String password, Message onComplete) {
767 enabled, password, serviceClassX, mAid,
777 * @param password needed to change the ICC fdn enable, aka Pin2
784 String password, Message onComplete) {
795 enabled, password, serviceClassX, mAid,
801 * Change the ICC password used in ICC pin lock
804 * @param oldPassword is the old password
805 * @param newPassword is the new password
822 * Change the ICC password use
756 setIccLockEnabled(boolean enabled, String password, Message onComplete) argument
783 setIccFdnEnabled(boolean enabled, String password, Message onComplete) argument
[all...]
/frameworks/opt/net/voip/src/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/opt/net/voip/src/java/com/android/server/sip/
H A DSipSessionGroup.java127 * @param profile the local profile with password crossed out
128 * @param password the password of the profile
131 public SipSessionGroup(SipProfile profile, String password, argument
134 mPassword = password;
999 "incorrect username or password");
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/pps/
H A DCredential.java48 EAPMethod eapMethod, String userName, String password,
57 if (!TextUtils.isEmpty(password)) {
58 byte[] pwOctets = Base64.decode(password, Base64.DEFAULT);
115 public Credential(Credential other, String password) { argument
121 mPassword = password;
47 Credential(long ctime, long expTime, String realm, boolean checkAAACert, EAPMethod eapMethod, String userName, String password, boolean machineManaged, String stApp, boolean share) argument
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiConfigManagerTest.java780 .setIdentity("username", "password")
784 .setIdentity("username", "password")
833 assertEquals(eapConfig.password,
926 public String password; field in class:WifiConfigManagerTest.EnterpriseConfig
940 public EnterpriseConfig setIdentity(String identity, String password) { argument
942 enterpriseConfig.setPassword(password);
944 this.password = password;
1488 .setIdentity("username", "password")
1525 .setIdentity("username", "password");
[all...]
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
H A DTextViewBindingAdapter.java272 @BindingAdapter({"android:password"})
273 public static void setPassword(TextView view, boolean password) { argument
274 if (password) {
/frameworks/base/services/core/java/com/android/server/
H A DLockSettingsService.java105 * Keeps the lock pattern/password data and related settings for each user.
219 * @param managedUserPassword Managed profile original password (when it has separated lock).
250 // password directly, so we always store a password.
469 // No need to move the password / pattern files. They're already in the right place.
505 // No need to move the password / pattern files. They're already in the right place.
565 // When managed profile has a unified lock, the password quality stored has 2
569 // 2). PASSWORD_QUALITY_ALPHANUMERIC, which is the actual password quality for
719 private void setKeystorePassword(String password, int userHandle) { argument
721 ks.onUserPasswordChanged(userHandle, password);
724 unlockKeystore(String password, int userHandle) argument
959 setLockPassword(String password, String savedCredential, int userId) argument
968 setLockPasswordInternal(String password, String savedCredential, int userId) argument
1016 tieProfileLockToParent(int userId, String password) argument
1264 checkPassword(String password, int userId) argument
1270 verifyPassword(String password, long challenge, int userId) argument
1276 verifyTiedProfileChallenge(String password, boolean isPattern, long challenge, int userId) argument
1306 doVerifyPassword(String password, boolean hasChallenge, long challenge, int userId) argument
1313 doVerifyPassword(String password, CredentialHash storedHash, boolean hasChallenge, long challenge, int userId) argument
[all...]
H A DMountService.java438 = { "password", "default", "pattern", "pin" };
2529 public int decryptStorage(String password) { argument
2530 if (TextUtils.isEmpty(password)) {
2531 throw new IllegalArgumentException("password cannot be empty");
2545 event = mCryptConnector.execute("cryptfs", "checkpw", new SensitiveArg(password));
2569 public int encryptStorage(int type, String password) { argument
2570 if (TextUtils.isEmpty(password) && type != StorageManager.CRYPT_TYPE_DEFAULT) {
2571 throw new IllegalArgumentException("password cannot be empty");
2589 CRYPTO_TYPES[type], new SensitiveArg(password));
2599 /** Set the password fo
2603 changeEncryptionPassword(int type, String password) argument
2627 verifyEncryptionPassword(String password) argument
[all...]
/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java122 * A system service that provides account, password, and authtoken management for all
186 private static final String ACCOUNTS_PASSWORD = "password";
961 public boolean addAccountExplicitly(Account account, String password, Bundle extras) { argument
990 return addAccountInternal(accounts, account, password, extras, callingUid);
1163 private boolean addAccountInternal(UserAccounts accounts, Account account, String password, argument
1190 values.put(ACCOUNTS_PASSWORD, password);
1895 public void setPassword(Account account, String password) { argument
1914 setPasswordInternal(accounts, account, password, callingUid);
1920 private void setPasswordInternal(UserAccounts accounts, Account account, String password, argument
1930 values.put(ACCOUNTS_PASSWORD, password);
[all...]
/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 DWifiEnterpriseConfig.java56 public static final String PASSWORD_KEY = "password";
148 // This is essential because an app may not have all fields like password
530 * Set the password.
531 * @param password the password
533 public void setPassword(String password) { argument
534 setFieldValue(PASSWORD_KEY, password, "");
538 * Get the password.
540 * Returns locally set password value. For networks fetched from
1050 // Don't display password i
[all...]

Completed in 2540 milliseconds

12