Home
last modified time | relevance | path

Searched refs:PASSWORD_QUALITY_COMPLEX (Results 1 – 7 of 7) sorted by relevance

/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DResetPasswordWithTokenTest.java25 import static android.app.admin.DevicePolicyManager.PASSWORD_QUALITY_COMPLEX;
168 DPC_COMPONENT_NAME, PASSWORD_QUALITY_COMPLEX); in resetPasswordWithToken_passwordDoesNotSatisfyRestriction_failure()
196 DPC_COMPONENT_NAME, PASSWORD_QUALITY_COMPLEX); in resetPasswordWithToken_passwordSatisfiesRestriction_success()
245 DPC_COMPONENT_NAME, PASSWORD_QUALITY_COMPLEX); in isActivePasswordSufficient_passwordDoesNotSatisfyRestriction_false()
275 DPC_COMPONENT_NAME, PASSWORD_QUALITY_COMPLEX); in isActivePasswordSufficient_passwordSatisfiesRestriction_true()
302 PASSWORD_QUALITY_COMPLEX); in isActivePasswordSufficient_passwordNoLongerSatisfiesRestriction_false()
435 DPC_COMPONENT_NAME, PASSWORD_QUALITY_COMPLEX); in setPasswordQuality_complex_passwordWithAMinLengthOfFourRequired()
482 DPC_COMPONENT_NAME, PASSWORD_QUALITY_COMPLEX); in setPasswordMinimumLength_six_passwordWithAMinLengthOfSixRequired()
528 DPC_COMPONENT_NAME, PASSWORD_QUALITY_COMPLEX); in setPasswordMinimumUpperCase_one_passwordWithAtLeastOneUpperCaseLetterRequired()
574 DPC_COMPONENT_NAME, PASSWORD_QUALITY_COMPLEX); in setPasswordMinimumLowerCase_one_passwordWithAtLeaseOneLowerCaseLetterRequired()
[all …]
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DOrgOwnedProfileOwnerParentTest.java19 import static android.app.admin.DevicePolicyManager.PASSWORD_QUALITY_COMPLEX;
155 PASSWORD_QUALITY_COMPLEX); in testCanSetPasswordQualityOnParent()
158 ADMIN_RECEIVER_COMPONENT)).isEqualTo(PASSWORD_QUALITY_COMPLEX); in testCanSetPasswordQualityOnParent()
DPasswordMinimumRestrictionsTest.java19 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()
DPasswordRequirementsTest.java18 import static android.app.admin.DevicePolicyManager.PASSWORD_QUALITY_COMPLEX;
117 ADMIN_RECEIVER_COMPONENT, PASSWORD_QUALITY_COMPLEX); in testSettingConstraintsWithComplexQualityAndResetWithLowerQuality()
DDevicePolicyLoggingTest.java55 DevicePolicyManager.PASSWORD_QUALITY_COMPLEX); in testPasswordMethodsLogged()
DSecurityLoggingTest.java20 import static android.app.admin.DevicePolicyManager.PASSWORD_QUALITY_COMPLEX;
646 dpm.setPasswordQuality(ADMIN_RECEIVER_COMPONENT, PASSWORD_QUALITY_COMPLEX); in generatePasswordComplexityEvents()
681 expectedPayload[PWD_QUALITY_INDEX] = PASSWORD_QUALITY_COMPLEX; in verifyPasswordComplexityEventsPresent()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceAndProfileOwnerTest.java172 private static final int PASSWORD_QUALITY_COMPLEX = 0x60000; field in DeviceAndProfileOwnerTest
1340 .setInt(PASSWORD_QUALITY_COMPLEX) in testPasswordMethodsLogged()