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.java252 assertUserGetsRemoved(profileUserId); in testCanRemoveProfileEvenIfDisallowRemoveUserSet()
270 assertUserGetsRemoved(profileUserId); in testDoCanRemoveProfileEvenIfUserRestrictionSet()
325 assertUserGetsRemoved(profileUserId); in testWipeData_managedProfile()
352 assertUserGetsRemoved(secondaryUserId); in testWipeData_secondaryUser()
DManagedProfileTest.java180 assertUserGetsRemoved(mProfileUserId); in testWipeDataWithReason()
220 assertUserGetsRemoved(mProfileUserId); in testWipeDataWithoutReason()
243 assertUserGetsRemoved(mProfileUserId); in testWipeData()
DBaseDevicePolicyTest.java863 protected void assertUserGetsRemoved(int userId) throws Exception { in assertUserGetsRemoved() method in BaseDevicePolicyTest