Searched refs:PASSWORD_QUALITY_COMPLEX (Results 1 – 7 of 7) sorted by relevance
/cts/tests/devicepolicy/src/android/devicepolicy/cts/ |
D | ResetPasswordWithTokenTest.java | 23 import static android.app.admin.DevicePolicyManager.PASSWORD_QUALITY_COMPLEX; 164 sDeviceState.dpc().componentName(), PASSWORD_QUALITY_COMPLEX); in resetPasswordWithToken_passwordDoesNotSatisfyRestriction_failure() local 191 sDeviceState.dpc().componentName(), PASSWORD_QUALITY_COMPLEX); in resetPasswordWithToken_passwordSatisfiesRestriction_success() local 237 sDeviceState.dpc().componentName(), PASSWORD_QUALITY_COMPLEX); in isActivePasswordSufficient_passwordDoesNotSatisfyRestriction_false() local 264 sDeviceState.dpc().componentName(), PASSWORD_QUALITY_COMPLEX); in isActivePasswordSufficient_passwordSatisfiesRestriction_true() local 292 PASSWORD_QUALITY_COMPLEX); in isActivePasswordSufficient_passwordNoLongerSatisfiesRestriction_false() local 419 sDeviceState.dpc().componentName(), PASSWORD_QUALITY_COMPLEX); in setPasswordQuality_complex_passwordWithAMinLengthOfFourRequired() local 467 sDeviceState.dpc().componentName(), PASSWORD_QUALITY_COMPLEX); in setPasswordMinimumLength_six_passwordWithAMinLengthOfSixRequired() local 493 sDeviceState.dpc().componentName(), PASSWORD_QUALITY_COMPLEX); in setPasswordMinimumUpperCase_success() local 514 sDeviceState.dpc().componentName(), PASSWORD_QUALITY_COMPLEX); in setPasswordMinimumUpperCase_one_passwordWithAtLeastOneUpperCaseLetterRequired() local [all …]
|
D | PasswordTest.kt | 283 DevicePolicyManager.PASSWORD_QUALITY_COMPLEX in <lambda>() 329 DevicePolicyManager.PASSWORD_QUALITY_COMPLEX in <lambda>() 375 DevicePolicyManager.PASSWORD_QUALITY_COMPLEX in <lambda>() 422 DevicePolicyManager.PASSWORD_QUALITY_COMPLEX in <lambda>() 469 DevicePolicyManager.PASSWORD_QUALITY_COMPLEX in <lambda>() 516 DevicePolicyManager.PASSWORD_QUALITY_COMPLEX in <lambda>() 564 DevicePolicyManager.PASSWORD_QUALITY_COMPLEX in <lambda>() 899 DevicePolicyManager.PASSWORD_QUALITY_COMPLEX in <lambda>() 941 DevicePolicyManager.PASSWORD_QUALITY_COMPLEX in <lambda>() 983 DevicePolicyManager.PASSWORD_QUALITY_COMPLEX in <lambda>() [all …]
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ |
D | OrgOwnedProfileOwnerParentTest.java | 19 import static android.app.admin.DevicePolicyManager.PASSWORD_QUALITY_COMPLEX; 154 PASSWORD_QUALITY_COMPLEX); in testCanSetPasswordQualityOnParent() 157 ADMIN_RECEIVER_COMPONENT)).isEqualTo(PASSWORD_QUALITY_COMPLEX); in testCanSetPasswordQualityOnParent()
|
D | PasswordMinimumRestrictionsTest.java | 19 import static android.app.admin.DevicePolicyManager.PASSWORD_QUALITY_COMPLEX; 57 mDevicePolicyManager.setPasswordQuality(ADMIN_RECEIVER_COMPONENT, PASSWORD_QUALITY_COMPLEX); in setUp() 58 mParentDpm.setPasswordQuality(ADMIN_RECEIVER_COMPONENT, PASSWORD_QUALITY_COMPLEX); in setUp()
|
D | SecurityLoggingTest.java | 24 import static android.app.admin.DevicePolicyManager.PASSWORD_QUALITY_COMPLEX; 718 dpm.setPasswordQuality(ADMIN_RECEIVER_COMPONENT, PASSWORD_QUALITY_COMPLEX); in generatePasswordComplexityEvents() 753 expectedPayload[PWD_QUALITY_INDEX] = PASSWORD_QUALITY_COMPLEX; in verifyPasswordComplexityEventsPresent()
|
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/ |
D | DeviceAndProfileOwnerTest.java | 145 private static final int PASSWORD_QUALITY_COMPLEX = 0x60000; field in DeviceAndProfileOwnerTest
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 8410 field public static final int PASSWORD_QUALITY_COMPLEX = 393216; // 0x60000
|