Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
H A DVpnTest.java158 static final UserInfo restrictedProfileA = new UserInfo(40, "RestrictedA", FLAG_RESTRICTED); field in VpnTest
162 restrictedProfileA.restrictedProfileParentId = primaryUser.id;
295 setMockedUsers(primaryUser, secondaryUser, restrictedProfileA, restrictedProfileB); in testRestrictedProfilesAreAddedToVpn()
304 assertEquals(rangeSet(PRI_USER_RANGE, uidRangeForUser(restrictedProfileA.id)), ranges); in testRestrictedProfilesAreAddedToVpn()
320 setMockedUsers(primaryUser, restrictedProfileA, managedProfileA); in testAddUserToVpnOnlyAddsOneUser()
736 restrictedProfileA, AppOpsManager.OPSTR_ACTIVATE_PLATFORM_VPN); in testProvisionVpnProfileRestrictedUser()
759 restrictedProfileA, AppOpsManager.OPSTR_ACTIVATE_PLATFORM_VPN); in testDeleteVpnProfileRestrictedUser()
864 restrictedProfileA, AppOpsManager.OPSTR_ACTIVATE_PLATFORM_VPN); in testStartVpnProfileRestrictedUser()
877 restrictedProfileA, AppOpsManager.OPSTR_ACTIVATE_PLATFORM_VPN); in testStopVpnProfileRestrictedUser()