/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/security/ |
D | PasswordHelperTest.java | 50 LockscreenCredential password = LockscreenCredential.createPassword("lov"); in testValidatePasswordTooShort() local 60 LockscreenCredential password = LockscreenCredential.createPassword("pass wd"); in testValidatePasswordWhiteSpace() local 71 LockscreenCredential password = LockscreenCredential.createPassword("1passwýd"); in testValidatePasswordNonAscii() local 81 LockscreenCredential password = LockscreenCredential.createPassword("1a34"); in testValidatePinContainingNonDigits() local 91 LockscreenCredential password = LockscreenCredential.createPassword("12"); in testValidatePinWithTooFewDigits() local
|
/packages/apps/Car/Settings/src/com/android/car/settings/wifi/ |
D | WifiUtil.java | 173 String password, boolean hidden, @Nullable WifiManager.ActionListener listener) { in connectToAccessPoint() 180 String password, boolean hidden) { in getWifiConfig() 190 String password) { in getWifiConfig() 208 String password) { in finishWifiConfig() 310 private static boolean isHexString(String password) { in isHexString()
|
D | NetworkPasswordPreferenceController.java | 120 String password = newValue.toString(); in handlePreferenceChanged() local 122 password, /* hidden= */ true, mConnectionListener); in handlePreferenceChanged() local
|
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/wifi/ |
D | NetworkPasswordPreferenceControllerTest.java | 157 String password = "password"; in handlePreferenceChanged_hasSecurity_networkNameSet_wifiAdded() local 178 String password = "password"; in handlePreferenceChanged_hasSecurity_networkNameSet_wifiEnabled() local 201 String password = "password"; in handlePreferenceChanged_hasSecurity_networkNameSet_wifiConnected() local
|
D | AccessPointListPreferenceControllerTest.java | 238 String password = "test_password"; in callChangeListener_newSecureAccessPoint_wifiAdded() local 258 String password = "test_password"; in callChangeListener_newSecureAccessPoint_wifiEnabled() local 280 String password = "test_password"; in callChangeListener_newSecureAccessPoint_wifiConnected() local
|
/packages/apps/Car/Settings/src/com/android/car/settings/security/ |
D | PasswordHelper.java | 70 public int validate(LockscreenCredential password) { in validate() 81 public int validateSetupWizard(byte[] password) { in validateSetupWizard() 98 private int validatePassword(byte[] password) { in validatePassword()
|
D | CheckLockWorker.java | 101 public final void checkPinPassword(int userId, LockscreenCredential password) { in checkPinPassword()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/ |
D | WifiConfigController2Test.java | 176 final TextView password = mView.findViewById(R.id.password); in isSubmittable_longPsk_shouldReturnFalse() local 184 final TextView password = mView.findViewById(R.id.password); in isSubmittable_shortPsk_shouldReturnFalse() local 192 final TextView password = mView.findViewById(R.id.password); in isSubmittable_goodPsk_shouldReturnTrue() local 200 final TextView password = mView.findViewById(R.id.password); in isSubmittable_hexPsk_shouldReturnTrue() local 208 final TextView password = mView.findViewById(R.id.password); in isSubmittable_savedConfigZeroLengthPassword_shouldReturnTrue() local 227 final TextView password = mView.findViewById(R.id.password); in isSubmittable_EapToPskWithValidPassword_shouldReturnTrue() local 327 final TextView password = mView.findViewById(R.id.password); in passwordGetFocus_connectSecureWifi_shouldReturnTrue() local 624 final TextView password = mView.findViewById(R.id.password); in getWepConfig_withNumberAndCharacterKey_shouldContainTheSameKey() local 635 final TextView password = mView.findViewById(R.id.password); in getWepConfig_withPartialNumberAndCharacterKey_shouldContainDifferentKey() local 646 final TextView password = mView.findViewById(R.id.password); in getPskConfig_withValidHexKey_shouldContainTheSameKey() local [all …]
|
D | WifiConfigControllerTest.java | 155 final TextView password = mView.findViewById(R.id.password); in isSubmittable_longPsk_shouldReturnFalse() local 163 final TextView password = mView.findViewById(R.id.password); in isSubmittable_shortPsk_shouldReturnFalse() local 171 final TextView password = mView.findViewById(R.id.password); in isSubmittable_goodPsk_shouldReturnTrue() local 179 final TextView password = mView.findViewById(R.id.password); in isSubmittable_hexPsk_shouldReturnTrue() local 187 final TextView password = mView.findViewById(R.id.password); in isSubmittable_savedConfigZeroLengthPassword_shouldReturnTrue() local 206 final TextView password = mView.findViewById(R.id.password); in isSubmittable_EapToPskWithValidPassword_shouldReturnTrue() local 306 final TextView password = mView.findViewById(R.id.password); in passwordGetFocus_connectSecureWifi_shouldReturnTrue() local
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/security/ |
D | CryptKeeperSettings.java | 196 LockscreenCredential password = data.getParcelableExtra( in onActivityResult() local 204 private void showFinalConfirmation(int type, byte[] password) { in showFinalConfirmation() 212 private void addEncryptionInfoToPreference(Preference preference, int type, byte[] password) { in addEncryptionInfoToPreference()
|
/packages/apps/Settings/src/com/android/settings/security/ |
D | CryptKeeperSettings.java | 197 LockscreenCredential password = data.getParcelableExtra( in onActivityResult() local 205 private void showFinalConfirmation(int type, byte[] password) { in showFinalConfirmation() 213 private void addEncryptionInfoToPreference(Preference preference, int type, byte[] password) { in addEncryptionInfoToPreference()
|
/packages/apps/PermissionController/src/com/android/permissioncontroller/permission/service/ |
D | BaseSearchIndexablesProvider.java | 75 String password = sharedPreferences.getString( in getPassword() local 112 String password = getPassword(context); in isIntentValid() local
|
/packages/apps/Car/Settings/src/com/android/car/settings/setupservice/ |
D | InitialLockSetupService.java | 120 public int checkValidLock(@LockTypes int lockType, byte[] password) { in checkValidLock() 140 public int setLock(@LockTypes int lockType, byte[] password) { in setLock()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/ |
D | WifiUtils.java | 72 String password) { in getWifiConfig()
|
/packages/modules/IPsec/src/java/com/android/internal/net/eap/statemachine/ |
D | EapMsChapV2MethodStateMachine.java | 505 static byte[] passwordToBytes(String password) { in passwordToBytes() 512 byte[] authenticatorChallenge, byte[] peerChallenge, String username, String password) in generateNtResponse() 533 static byte[] ntPasswordHash(String password) { in ntPasswordHash() 596 String password, in generateAuthenticatorResponse() 623 String password, in checkAuthenticatorResponse() 662 static byte[] generateMsk(String password, byte[] ntResponse) in generateMsk()
|
/packages/apps/Settings/src/com/android/settings/password/ |
D | ManagedLockPasswordProvider.java | 64 Intent createIntent(boolean requirePasswordToDecrypt, LockscreenCredential password) { in createIntent()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/password/ |
D | ManagedLockPasswordProvider.java | 64 Intent createIntent(boolean requirePasswordToDecrypt, LockscreenCredential password) { in createIntent()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/ |
D | WifiUtils.java | 56 public static boolean isHotspotPasswordValid(String password) { in isHotspotPasswordValid() 135 String password) { in getWifiConfig()
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
D | WifiUtils.java | 61 public static boolean isHotspotWpa2PasswordValid(String password) { in isHotspotWpa2PasswordValid() 154 String password) { in getWifiConfig()
|
/packages/modules/IPsec/src/java/android/net/eap/ |
D | EapSessionConfig.java | 190 public Builder setEapMsChapV2Config(@NonNull String username, @NonNull String password) { in setEapMsChapV2Config() 368 @NonNull public final String password; field in EapSessionConfig.EapMsChapV2Config 372 public EapMsChapV2Config(String username, String password) { in EapMsChapV2Config()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/addappnetworks/ |
D | AddAppNetworksFragmentTest.java | 307 String password) { in generateRegularWifiConfiguration() 320 String password) { in generateRegularWifiSuggestion()
|
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/task/wifi/ |
D | WifiConfigurationProviderTest.java | 370 String password, String identity, String anonymousIdentity, String domain, in buildTestWifiInfoForEAPWithCertificates() 391 String password, String identity, String anonymousIdentity, String domain, in assertEnterpriseConfig() 398 String password, String identity, String anonymousIdentity, String domain) { in assertEnterpriseConfigWithoutCertificates() 403 private void assertEnterpriseConfigBase(WifiConfiguration wifiConf, String password, in assertEnterpriseConfigBase()
|
/packages/apps/CertInstaller/src/com/android/certinstaller/ |
D | CredentialHelper.java | 385 boolean extractPkcs12(String password) { in extractPkcs12() 394 private boolean extractPkcs12Internal(PasswordProtection password) in extractPkcs12Internal() 427 private java.security.KeyStore loadPkcs12Internal(PasswordProtection password) in loadPkcs12Internal()
|
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/ |
D | ImapStore.java | 40 private final String password; field in ImapStore 56 String password, in ImapStore()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/security/ |
D | WifiSecurityHelper.java | 110 String password = userChoiceInfo.getPageSummary(UserChoiceInfo.PASSWORD); in getConfig() local
|