Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DAccountCheckHostSideTest.java68 mDeviceOwnerCanHaveAccounts = !isRestrictionSetOnUser(mDeviceOwnerUserId, in setUp()
74 mProfileOwnerCanHaveAccounts = !isRestrictionSetOnUser(mProfileOwnerUserId, in setUp()
DBaseDevicePolicyTest.java1258 protected boolean isRestrictionSetOnUser(int userId, String restriction) throws Exception { in isRestrictionSetOnUser() method in BaseDevicePolicyTest