Searched refs:RESTRICTION_ALLOWED (Results 1 – 2 of 2) sorted by relevance
47 private static final String RESTRICTION_ALLOWED = "vpn.allowed"; field in AlwaysOnVpnTest95 restrictions.putStringArray(RESTRICTION_ALLOWED, new String[] {mPackageName}); in testAllowedApps()
59 private static final String RESTRICTION_ALLOWED = "vpn.allowed"; field in ReflectorVpnService171 String[] allowedArray = restrictions.getStringArray(RESTRICTION_ALLOWED); in start()