Home
last modified time | relevance | path

Searched refs:waitForUserUnlock (Results 1 – 5 of 5) sorted by relevance

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DBaseManagedProfileTest.java70 waitForUserUnlock(mProfileUserId); in setUp()
DMixedDeviceOwnerTest.java217 waitForUserUnlock(mUserId); in testSecurityLoggingWithSingleUser()
311 waitForUserUnlock(userId); in runSecurityLoggingTests()
DManagedProfilePasswordTest.java153 waitForUserUnlock(mProfileUserId); in testRebootDevice_unifiedPassword()
DOrgOwnedProfileOwnerTest.java269 waitForUserUnlock(mUserId); in testSecurityLoggingOnWorkProfile()
617 waitForUserUnlock(mUserId); in toggleQuietMode()
DBaseDevicePolicyTest.java266 protected void waitForUserUnlock(int userId) throws Exception { in waitForUserUnlock() method in BaseDevicePolicyTest