Home
last modified time | relevance | path

Searched refs:PlatformVpnProfile (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/core/java/android/net/
H A DPlatformVpnProfile.java19 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 { class
69 PlatformVpnProfile(@PlatformVpnType int type) { in PlatformVpnProfile() method in PlatformVpnProfile
99 public static PlatformVpnProfile fromVpnProfile(@NonNull VpnProfile profile) in fromVpnProfile()
H A DVpnManager.java146 public Intent provisionVpnProfile(@NonNull PlatformVpnProfile profile) { in provisionVpnProfile()
H A DIkev2VpnProfile.java72 public final class Ikev2VpnProfile extends PlatformVpnProfile {
658 private int mMaxMtu = PlatformVpnProfile.MAX_MTU_DEFAULT;
/aosp12/packages/modules/Connectivity/tests/unit/java/android/net/
H A DVpnManagerTest.java75 final PlatformVpnProfile profile = getPlatformVpnProfile(); in testProvisionVpnProfilePreconsented()
86 final PlatformVpnProfile profile = getPlatformVpnProfile(); in testProvisionVpnProfileNeedsConsent()
/aosp12/frameworks/base/core/java/com/android/internal/net/
H A DVpnProfile.java22 import android.net.PlatformVpnProfile;
142 public int maxMtu = PlatformVpnProfile.MAX_MTU_DEFAULT; // 22
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt26375 public final class Ikev2VpnProfile extends android.net.PlatformVpnProfile {
26543 public abstract class PlatformVpnProfile {
26779 …ullable public android.content.Intent provisionVpnProfile(@NonNull android.net.PlatformVpnProfile);