Home | History | Annotate | Download | only in connectivity

Lines Matching refs:VpnProfile

91 import com.android.internal.net.VpnProfile;
1515 * {@link #startLegacyVpnPrivileged(VpnProfile, KeyStore, LinkProperties)} to skip the
1518 public void startLegacyVpn(VpnProfile profile, KeyStore keyStore, LinkProperties egress) {
1529 * Like {@link #startLegacyVpn(VpnProfile, KeyStore, LinkProperties)}, but does not check
1534 public void startLegacyVpnPrivileged(VpnProfile profile, KeyStore keyStore,
1572 case VpnProfile.TYPE_L2TP_IPSEC_PSK:
1578 case VpnProfile.TYPE_L2TP_IPSEC_RSA:
1584 case VpnProfile.TYPE_IPSEC_XAUTH_PSK:
1590 case VpnProfile.TYPE_IPSEC_XAUTH_RSA:
1596 case VpnProfile.TYPE_IPSEC_HYBRID_RSA:
1607 case VpnProfile.TYPE_PPTP:
1616 case VpnProfile.TYPE_L2TP_IPSEC_PSK:
1617 case VpnProfile.TYPE_L2TP_IPSEC_RSA: