Home
last modified time | relevance | path

Searched refs:mSupportsMultiUser (Results 1 – 9 of 9) sorted by relevance

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DInstantAppUserTest.java52 private boolean mSupportsMultiUser; field in InstantAppUserTest
76 mSupportsMultiUser = (users.length == 3); in setUp()
77 if (mSupportsMultiUser) { in setUp()
95 if (mSupportsMultiUser) { in tearDown()
102 if (!mSupportsMultiUser) { in testInstallInstant()
112 if (!mSupportsMultiUser) { in testInstallFull()
122 if (!mSupportsMultiUser) { in testInstallMultiple()
134 if (!mSupportsMultiUser) { in testUpgradeExisting()
154 if (!mSupportsMultiUser) { in testReplaceExisting()
DBaseAppSecurityTest.java34 protected boolean mSupportsMultiUser; field in BaseAppSecurityTest
50 mSupportsMultiUser = getDevice().getMaxNumberOfUsersSupported() > 1; in setUp()
DPackageVisibilityTest.java59 if (!mSupportsMultiUser) { in testUninstalledPackageVisibility()
/cts/hostsidetests/multiuser/src/android/host/multiuser/
DCreateUsersPermissionTest.java25 if (!mSupportsMultiUser) { in testCanCreateGuestUser()
35 if (!mSupportsMultiUser || !mIsSplitSystemUser) { in testCanCreateEphemeralUser()
45 if (!mSupportsMultiUser) { in testCanCreateRestrictedUser()
DBaseMultiUserTest.java35 protected boolean mSupportsMultiUser; field in BaseMultiUserTest
51 mSupportsMultiUser = getDevice().getMaxNumberOfUsersSupported() > 1; in setUp()
DCreateUsersNoAppCrashesTest.java41 if (!mSupportsMultiUser) { in testCanCreateGuestUser()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DUserRestrictionsTest.java114 if (!mHasFeature || !mSupportsMultiUser) { in testUserRestrictions_secondaryProfileOwnerOnly()
130 if (!mHasFeature || !mSupportsMultiUser) { in testUserRestrictions_managedProfileOwnerOnly()
152 if (!mHasFeature || !mSupportsMultiUser) { in testUserRestrictions_layering()
190 if (!mHasFeature || !mSupportsMultiUser) { in testUserRestrictions_layering_profileOwnerNoLeaking()
218 if (!mHasFeature || !mSupportsMultiUser) { in testUserRestrictions_profileGlobalRestrictionsAsDo()
238 if (!mHasFeature || !mSupportsMultiUser) { in testUserRestrictions_ProfileGlobalRestrictionsAsPo()
DDeviceAdminServiceProfileOwnerTest.java42 return mHasFeature && mSupportsMultiUser; in isTestEnabled()
DBaseDevicePolicyTest.java101 protected boolean mSupportsMultiUser; field in BaseDevicePolicyTest
120 mSupportsMultiUser = getMaxNumberOfUsersSupported() > 1; in setUp()