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.java119 setDeviceOwnerExpectingFailure(OWNER_TEST_ONLY, mPrimaryUserId); in assertTestOnlyNotInstallable()
127 setDeviceOwnerExpectingFailure(OWNER_NON_TEST_ONLY, mPrimaryUserId); in assertNonTestOnlyNotInstallable()
DBaseDevicePolicyTest.java572 protected void setDeviceOwnerExpectingFailure(String componentName, int userId) in setDeviceOwnerExpectingFailure() method in BaseDevicePolicyTest