Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DMixedProfileOwnerTest.java43 setProfileOwnerOrFail(DEVICE_ADMIN_PKG + "/" + ADMIN_RECEIVER_TEST_CLASS, mUserId); in setUp()
DLauncherAppsProfileTest.java47 setProfileOwnerOrFail(MANAGED_PROFILE_PKG + "/" + ADMIN_RECEIVER_TEST_CLASS, in setUp()
DManagedProfileTest.java82 setProfileOwnerOrFail(MANAGED_PROFILE_PKG + "/" + ADMIN_RECEIVER_TEST_CLASS, mUserId); in setUp()
DBaseDevicePolicyTest.java343 protected void setProfileOwnerOrFail(String componentName, int userId) in setProfileOwnerOrFail() method in BaseDevicePolicyTest