Home
last modified time | relevance | path

Searched defs:password (Results 1 – 25 of 55) sorted by relevance

123

/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/security/
DPasswordHelperTest.java50 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/
DWifiUtil.java173 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()
DNetworkPasswordPreferenceController.java120 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/
DNetworkPasswordPreferenceControllerTest.java157 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
DAccessPointListPreferenceControllerTest.java238 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/
DPasswordHelper.java70 public int validate(LockscreenCredential password) { in validate()
81 public int validateSetupWizard(byte[] password) { in validateSetupWizard()
98 private int validatePassword(byte[] password) { in validatePassword()
DCheckLockWorker.java101 public final void checkPinPassword(int userId, LockscreenCredential password) { in checkPinPassword()
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/
DWifiConfigController2Test.java176 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 …]
DWifiConfigControllerTest.java155 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/
DCryptKeeperSettings.java196 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/
DCryptKeeperSettings.java197 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/
DBaseSearchIndexablesProvider.java75 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/
DInitialLockSetupService.java120 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/
DWifiUtils.java72 String password) { in getWifiConfig()
/packages/modules/IPsec/src/java/com/android/internal/net/eap/statemachine/
DEapMsChapV2MethodStateMachine.java505 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/
DManagedLockPasswordProvider.java64 Intent createIntent(boolean requirePasswordToDecrypt, LockscreenCredential password) { in createIntent()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/password/
DManagedLockPasswordProvider.java64 Intent createIntent(boolean requirePasswordToDecrypt, LockscreenCredential password) { in createIntent()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/
DWifiUtils.java56 public static boolean isHotspotPasswordValid(String password) { in isHotspotPasswordValid()
135 String password) { in getWifiConfig()
/packages/apps/Settings/src/com/android/settings/wifi/
DWifiUtils.java61 public static boolean isHotspotWpa2PasswordValid(String password) { in isHotspotWpa2PasswordValid()
154 String password) { in getWifiConfig()
/packages/modules/IPsec/src/java/android/net/eap/
DEapSessionConfig.java190 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/
DAddAppNetworksFragmentTest.java307 String password) { in generateRegularWifiConfiguration()
320 String password) { in generateRegularWifiSuggestion()
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/task/wifi/
DWifiConfigurationProviderTest.java370 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/
DCredentialHelper.java385 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/
DImapStore.java40 private final String password; field in ImapStore
56 String password, in ImapStore()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/security/
DWifiSecurityHelper.java110 String password = userChoiceInfo.getPageSummary(UserChoiceInfo.PASSWORD); in getConfig() local

123