Home
last modified time | relevance | path

Searched refs:assertUserGetsRemoved (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceOwnerPlusProfileOwnerTest.java241 assertUserGetsRemoved(profileUserId); in testCanRemoveProfileEvenIfDisallowRemoveUserSet()
259 assertUserGetsRemoved(profileUserId); in testDoCanRemoveProfileEvenIfUserRestrictionSet()
314 assertUserGetsRemoved(profileUserId); in testWipeData_managedProfile()
330 assertUserGetsRemoved(secondaryUserId); in testWipeData_secondaryUser()
DBaseDevicePolicyTest.java663 protected void assertUserGetsRemoved(int userId) throws Exception { in assertUserGetsRemoved() method in BaseDevicePolicyTest
DManagedProfileTest.java140 assertUserGetsRemoved(mProfileUserId); in testWipeData()