HomeSort by relevance Sort by last modified time
    Searched refs:vpn (Results 26 - 30 of 30) sorted by null

12

  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc 223 const char kTagVpn[] = "vpn";
492 // Fills |dictionary| with the configuration details of |vpn|. |onc| is required
494 void PopulateVPNDetails(const NetworkState* vpn,
502 LOG(ERROR) << "No provider properties for VPN: " << vpn->path();
525 onc::FindPolicyForActiveUser(vpn->guid(), &onc_source);
531 ::onc::network_config::VpnProperty(::onc::vpn::kHost));
539 // Disable 'Connect' for VPN unless connected to a non-VPN network.
    [all...]
  /external/chromium_org/chromeos/network/onc/
onc_utils.cc 209 ExpandField(vpn::kUsername, substitution, onc_object);
662 return NetworkTypePattern::VPN();
  /packages/apps/Settings/src/com/android/settings/vpn2/
VpnSettings.java 74 private static final String EXTRA_PICK_LOCKDOWN = "android.net.vpn.PICK_LOCKDOWN";
123 inflater.inflate(R.menu.vpn, menu);
130 // Hide lockdown VPN on devices that require IMS authentication
269 mKeyStore.put(Credentials.VPN + profile.key, profile.encode(), KeyStore.UID_SELF,
338 mKeyStore.delete(Credentials.VPN + mSelectedKey);
486 * Dialog to configure always-on VPN.
578 final String[] keys = keyStore.saw(Credentials.VPN);
582 key, keyStore.get(Credentials.VPN + key));
  /external/sepolicy/
file_contexts 214 /data/misc/vpn(/.*)? u:object_r:vpn_data_file:s0
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 430 milliseconds

12