Searched refs:hasUserSplit (Results 1 – 4 of 4) sorted by relevance
38 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()
86 if (hasUserSplit()) { in testUserRestrictions_primaryProfileOwnerOnly()170 if (hasUserSplit()) { in testUserRestrictions_layering_profileOwnerNoLeaking()
68 mHasEphemeralUserFeature = mHasFeature && canCreateAdditionalUsers(1) && hasUserSplit(); in setUp()70 mHasFeature && canCreateAdditionalUsers(1) && !hasUserSplit(); in setUp()
252 protected boolean hasUserSplit() throws DeviceNotAvailableException { in hasUserSplit() method in BaseDevicePolicyTest