Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DAlwaysOnVpnTest.java47 private static final String RESTRICTION_ALLOWED = "vpn.allowed"; field in AlwaysOnVpnTest
95 restrictions.putStringArray(RESTRICTION_ALLOWED, new String[] {mPackageName}); in testAllowedApps()
/cts/apps/VpnApp/src/com/android/cts/vpnfirewall/
DReflectorVpnService.java59 private static final String RESTRICTION_ALLOWED = "vpn.allowed"; field in ReflectorVpnService
171 String[] allowedArray = restrictions.getStringArray(RESTRICTION_ALLOWED); in start()