Home
last modified time | relevance | path

Searched refs:getCurrentFailedPasswordAttempts (Results 1 – 4 of 4) sorted by relevance

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DGetCurrentFailedPasswordAttemptsTest.java22 assertEquals(0, mDevicePolicyManager.getCurrentFailedPasswordAttempts()); in testNoFailedPasswordAttempts()
26 assertEquals(1, mDevicePolicyManager.getCurrentFailedPasswordAttempts()); in testOneFailedPasswordAttempt()
30 assertEquals(2, mDevicePolicyManager.getCurrentFailedPasswordAttempts()); in testTwoFailedPasswordAttempts()
/cts/common/device-side/bedstead/remotedpc/src/communication/main/java/com/android/bedstead/remotedpc/managers/
DRemoteDevicePolicyManager.java58 int getCurrentFailedPasswordAttempts(); in getCurrentFailedPasswordAttempts() method
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DDevicePolicyManagerParentSupportTest.java151 assertThat(mParentDevicePolicyManager.getCurrentFailedPasswordAttempts()).isEqualTo(0); in testGetCurrentFailedPasswordAttempts_onParent_isSupported()
/cts/common/device-side/bedstead/remotedpc/src/library/test/java/com/android/bedstead/remotedpc/
DRemoteDpcTest.java712 remoteDPC.devicePolicyManager().getCurrentFailedPasswordAttempts(); in frameworkCall_makesCall()