HomeSort by relevance Sort by last modified time
    Searched refs:TYPE_L2TP_IPSEC_PSK (Results 1 - 5 of 5) sorted by null

  /packages/apps/Settings/src/com/android/settings/vpn2/
ConfigDialog.java 332 case VpnProfile.TYPE_L2TP_IPSEC_PSK:
368 case VpnProfile.TYPE_L2TP_IPSEC_PSK:
455 case VpnProfile.TYPE_L2TP_IPSEC_PSK:
  /frameworks/base/core/java/com/android/internal/net/
VpnProfile.java 40 public static final int TYPE_L2TP_IPSEC_PSK = 1;
  /packages/apps/Settings/tests/app/src/com/android/settings/vpn2/
VpnProfileParser.java 214 } else if (type.equalsIgnoreCase("TYPE_L2TP_IPSEC_PSK")) {
215 return VpnProfile.TYPE_L2TP_IPSEC_PSK;
VpnTests.java 83 * VPN types include: TYPE_PPTP, TYPE_L2TP_IPSEC_PSK, TYPE_L2TP_IPSEC_RSA,
376 VpnInfo curVpnInfo = mVpnInfoPool.get(VpnProfile.TYPE_L2TP_IPSEC_PSK);
  /frameworks/base/services/core/java/com/android/server/connectivity/
Vpn.java     [all...]

Completed in 146 milliseconds