Searched refs:PlatformVpnProfile (Results 1 – 7 of 7) sorted by relevance
19 import static android.net.PlatformVpnProfile.TYPE_IKEV2_IPSEC_PSK;20 import static android.net.PlatformVpnProfile.TYPE_IKEV2_IPSEC_RSA;21 import static android.net.PlatformVpnProfile.TYPE_IKEV2_IPSEC_USER_PASS;44 public abstract class PlatformVpnProfile { class69 PlatformVpnProfile(@PlatformVpnType int type) { in PlatformVpnProfile() method in PlatformVpnProfile99 public static PlatformVpnProfile fromVpnProfile(@NonNull VpnProfile profile) in fromVpnProfile()
19 import static android.net.PlatformVpnProfile.TYPE_IKEV2_IPSEC_PSK;20 import static android.net.PlatformVpnProfile.TYPE_IKEV2_IPSEC_RSA;21 import static android.net.PlatformVpnProfile.TYPE_IKEV2_IPSEC_USER_PASS;66 public final class Ikev2VpnProfile extends PlatformVpnProfile {643 private int mMaxMtu = PlatformVpnProfile.MAX_MTU_DEFAULT;
106 public Intent provisionVpnProfile(@NonNull PlatformVpnProfile profile) { in provisionVpnProfile()
70 final PlatformVpnProfile profile = getPlatformVpnProfile(); in testProvisionVpnProfilePreconsented()80 final PlatformVpnProfile profile = getPlatformVpnProfile(); in testProvisionVpnProfileNeedsConsent()
22 import android.net.PlatformVpnProfile;138 public int maxMtu = PlatformVpnProfile.MAX_MTU_DEFAULT; // 22
28768 public final class Ikev2VpnProfile extends android.net.PlatformVpnProfile {29139 public abstract class PlatformVpnProfile {29429 …ullable public android.content.Intent provisionVpnProfile(@NonNull android.net.PlatformVpnProfile);
28898 public final class Ikev2VpnProfile extends android.net.PlatformVpnProfile {29269 public abstract class PlatformVpnProfile {29559 …ullable public android.content.Intent provisionVpnProfile(@NonNull android.net.PlatformVpnProfile);