Home
last modified time | relevance | path

Searched refs:setDeviceOwnerExpectingFailure (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DAccountCheckHostSideTest.java174 setDeviceOwnerExpectingFailure(OWNER_TEST_ONLY, mDeviceOwnerUserId); in assertTestOnlyNotInstallable()
185 setDeviceOwnerExpectingFailure(OWNER_NON_TEST_ONLY, mDeviceOwnerUserId); in assertNonTestOnlyNotInstallable()
DBaseDevicePolicyTest.java896 protected void setDeviceOwnerExpectingFailure(String componentName, int userId) in setDeviceOwnerExpectingFailure() method in BaseDevicePolicyTest