Home
last modified time | relevance | path

Searched defs:PASSWORD_QUALITY_COMPLEX (Results 1 – 2 of 2) sorted by relevance

/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DResetPasswordWithTokenTest.java164 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
539 sDeviceState.dpc().componentName(), PASSWORD_QUALITY_COMPLEX); in setPasswordMinimumLowerCase_success() local
[all …]
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceAndProfileOwnerTest.java145 private static final int PASSWORD_QUALITY_COMPLEX = 0x60000; field in DeviceAndProfileOwnerTest