Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DManagedProfileWipeTest.java72 waitUntilUserRemoved(mProfileUserId); in testWipeDataWithReason()
94 waitUntilUserRemoved(mProfileUserId); in testWipeDataLogged()
117 waitUntilUserRemoved(mProfileUserId); in testWipeDataWithoutReason()
136 waitUntilUserRemoved(mProfileUserId); in testWipeData()
DDeviceOwnerPlusProfileOwnerTest.java194 waitUntilUserRemoved(secondaryUserId); in testWipeData_secondaryUser()
205 waitUntilUserRemoved(secondaryUserId); in testWipeData_secondaryUserLogged()
DOrgOwnedProfileOwnerTest.java363 waitUntilUserRemoved(mUserId); in removeOrgOwnedProfile()
DBaseDevicePolicyTest.java997 protected void waitUntilUserRemoved(int userId) throws Exception { in waitUntilUserRemoved() method in BaseDevicePolicyTest