Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DEphemeralUserTest.java38 if (!mHasFeature || !hasUserSplit()) { in testCreateEphemeralUser()
62 || !hasUserSplit() || !canCreateAdditionalUsers(2)) { in testProfileInheritsEphemeral()
75 if (!mHasFeature || !hasUserSplit()) { in testRemoveEphemeralOnStop()
90 if (!mHasFeature || !hasUserSplit()) { in testEphemeralGuestFeature()
110 if (!mHasFeature || hasUserSplit()) { in testCreateEphemeralWithoutUserSplitFails()
DUserRestrictionsTest.java97 if (hasUserSplit()) { in testUserRestrictions_primaryProfileOwnerOnly()
193 if (hasUserSplit()) { in testUserRestrictions_layering_profileOwnerNoLeaking()
DDeviceOwnerTest.java68 mHasEphemeralUserFeature = mHasFeature && canCreateAdditionalUsers(1) && hasUserSplit(); in setUp()
70 mHasFeature && canCreateAdditionalUsers(1) && !hasUserSplit(); in setUp()
DBaseDevicePolicyTest.java355 protected boolean hasUserSplit() throws DeviceNotAvailableException { in hasUserSplit() method in BaseDevicePolicyTest