Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DBaseManagedProfileTest.java70 waitForUserUnlock(mProfileUserId); in setUp()
DOrgOwnedProfileOwnerTest.java263 waitForUserUnlock(mUserId); in testSecurityLoggingOnWorkProfile()
596 waitForUserUnlock(mUserId); in testWorkProfileMaximumTimeOff()
613 waitForUserUnlock(mUserId); in testWorkProfileMaximumTimeOff_complianceRequiredBroadcastDefault()
644 waitForUserUnlock(mUserId); in testWorkProfileMaximumTimeOff_complianceRequiredBroadcastOverride()
DMixedDeviceOwnerTest.java299 waitForUserUnlock(mUserId); in testSecurityLoggingWithSingleUser()
409 waitForUserUnlock(userId); in runSecurityLoggingTests()
DBaseDevicePolicyTest.java280 protected void waitForUserUnlock(int userId) throws Exception { in waitForUserUnlock() method in BaseDevicePolicyTest