Searched refs:RESTRICTED_USER (Results 1 – 1 of 1) sorted by relevance
1635 private static final int RESTRICTED_USER = 1; field in ConnectivityServiceTest4458 final int otherUid = UserHandle.getUid(RESTRICTED_USER, VPN_UID); in testNetworkCallbackWithNullUids()4533 final int otherUid = UserHandle.getUid(RESTRICTED_USER, VPN_UID); in testNetworkCallbackWithNullUidsRedactsSpecifier()7674 .thenReturn(UserHandle.getUid(RESTRICTED_USER, VPN_UID)); in testRestrictedProfileAffectsVpnUidRanges()7677 addedIntent.putExtra(Intent.EXTRA_USER, UserHandle.of(RESTRICTED_USER)); in testRestrictedProfileAffectsVpnUidRanges()7678 addedIntent.putExtra(Intent.EXTRA_USER_HANDLE, RESTRICTED_USER); in testRestrictedProfileAffectsVpnUidRanges()7708 removedIntent.putExtra(Intent.EXTRA_USER_HANDLE, RESTRICTED_USER); in testRestrictedProfileAffectsVpnUidRanges()7759 .thenReturn(UserHandle.getUid(RESTRICTED_USER, VPN_UID)); in testLockdownVpnWithRestrictedProfiles()7764 addedIntent.putExtra(Intent.EXTRA_USER, UserHandle.of(RESTRICTED_USER)); in testLockdownVpnWithRestrictedProfiles()7765 addedIntent.putExtra(Intent.EXTRA_USER_HANDLE, RESTRICTED_USER); in testLockdownVpnWithRestrictedProfiles()[all …]