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/
DOrgOwnedProfileOwnerTest.java263 waitForUserUnlock(mUserId); in testSecurityLoggingOnWorkProfile()
596 waitForUserUnlock(mUserId); in testWorkProfileMaximumTimeOff()
613 waitForUserUnlock(mUserId); in testWorkProfileMaximumTimeOff_complianceRequiredBroadcastDefault()
644 waitForUserUnlock(mUserId); in testWorkProfileMaximumTimeOff_complianceRequiredBroadcastOverride()
DBaseManagedProfileTest.java70 waitForUserUnlock(mProfileUserId); in setUp()
DMixedDeviceOwnerTest.java304 waitForUserUnlock(mUserId); in testSecurityLoggingWithSingleUser()
414 waitForUserUnlock(userId); in runSecurityLoggingTests()
DManagedProfilePasswordTest.java162 waitForUserUnlock(mProfileUserId); in testRebootDevice_unifiedPassword()
DBaseDevicePolicyTest.java274 protected void waitForUserUnlock(int userId) throws Exception { in waitForUserUnlock() method in BaseDevicePolicyTest