Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DAlwaysOnVpnTest.java48 private static final String RESTRICTION_DISALLOWED = "vpn.disallowed"; field in AlwaysOnVpnTest
105 restrictions.putStringArray(RESTRICTION_DISALLOWED, new String[] {mPackageName}); in testDisallowedApps()
/cts/apps/VpnApp/src/com/android/cts/vpnfirewall/
DReflectorVpnService.java60 private static final String RESTRICTION_DISALLOWED = "vpn.disallowed"; field in ReflectorVpnService
186 String[] disallowedArray = restrictions.getStringArray(RESTRICTION_DISALLOWED); in start()