Home
last modified time | relevance | path

Searched refs:clearPassword (Results 1 – 9 of 9) sorted by relevance

/cts/common/device-side/bedstead/modules/multiuser/src/test/kotlin/com/android/bedstead/multiuser/
DUserReferenceTest.java559 TestApis.users().instrumented().clearPassword(PASSWORD); in setPassword_hasLockCredential()
594 TestApis.users().instrumented().clearPassword(PASSWORD); in clearPassword_hasLockCredential_returnsFalse()
622 TestApis.users().instrumented().clearPassword(PASSWORD); in clearPassword_doesNotHavePassword_doesNothing()
651 () -> TestApis.users().instrumented().clearPassword(DIFFERENT_PASSWORD)); in clearPassword_incorrectOldPassword_throwsException()
653 TestApis.users().instrumented().clearPassword(PASSWORD); in clearPassword_incorrectOldPassword_throwsException()
697 TestApis.users().instrumented().clearPassword(PASSWORD); in setPassword_alreadyHasPassword_throwsException()
746 TestApis.users().instrumented().clearPassword(PASSWORD); in setPassword_clearAsPinAndPattern_throwsException()
758 () -> TestApis.users().instrumented().clearPassword(PIN)); in setPin_clearAsPasswordAndPattern_throwsException()
775 () -> TestApis.users().instrumented().clearPassword(PATTERN)); in setPattern_clearAsPasswordAndPin_throwsException()
797 TestApis.users().instrumented().clearPassword(PASSWORD); in setPassword_getAsPinAndPattern_throwsException()
/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DPasswordComplexityTest.java255 sDeviceState.dpc().user().clearPassword(); in getPasswordComplexity_alphabeticLength4_returnsPasswordComplexityMedium()
269 sDeviceState.dpc().user().clearPassword(); in getPasswordComplexity_alphabeticLength5_returnsPasswordComplexityMedium()
283 sDeviceState.dpc().user().clearPassword(); in getPasswordComplexity_alphanumericLength4_returnsPasswordComplexityMedium()
297 sDeviceState.dpc().user().clearPassword(); in getPasswordComplexity_alphanumericLength5_returnsPasswordComplexityMedium()
325 sDeviceState.dpc().user().clearPassword(); in getPasswordComplexity_alphabeticLength6_returnsPasswordComplexityHigh()
339 sDeviceState.dpc().user().clearPassword(); in getPasswordComplexity_alphanumericLength6_returnsPasswordComplexityHigh()
571 TestApis.users().instrumented().clearPassword(); in setRequiredPasswordComplexity_high_passwordThatMeetsHighPasswordBandRequired()
DQuietModeTest.java282 workProfile.clearPassword(PASSWORD); in requestQuietModeEnabled_false_credentialsSet_isNotDisabled()
DResetPasswordWithTokenTest.java278 TestApis.users().instrumented().clearPassword(); in isActivePasswordSufficient_passwordSatisfiesRestriction_true()
/cts/common/device-side/bedstead/modules/multiuser/src/main/kotlin/com/android/bedstead/multiuser/
DUsersComponent.kt414 user.clearPassword() in <lambda>()
423 user.clearPassword(Defaults.DEFAULT_PASSWORD) in <lambda>()
437 it.clearPassword() in <lambda>()
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/users/
DUserReference.java770 public void clearPassword() { in clearPassword() method in UserReference
777 public void clearPassword(String password) { in clearPassword() method in UserReference
/cts/tests/tests/accounts/src/android/accounts/cts/
DAccountManagerUnaffiliatedAuthenticatorTests.java145 mAccountManager.clearPassword( in testClearPassword()
DAccountManagerTest.java1019 am.clearPassword(ACCOUNT); in testSetAndGetAndClearPassword()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt3778 …(value="android.permission.MANAGE_ACCOUNTS", apis="..22") public void clearPassword(android.accoun…