Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
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()
DIkev2VpnProfile.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;
66 public final class Ikev2VpnProfile extends PlatformVpnProfile {
643 private int mMaxMtu = PlatformVpnProfile.MAX_MTU_DEFAULT;
DVpnManager.java106 public Intent provisionVpnProfile(@NonNull PlatformVpnProfile profile) { in provisionVpnProfile()
/frameworks/base/tests/net/java/android/net/
DVpnManagerTest.java70 final PlatformVpnProfile profile = getPlatformVpnProfile(); in testProvisionVpnProfilePreconsented()
80 final PlatformVpnProfile profile = getPlatformVpnProfile(); in testProvisionVpnProfileNeedsConsent()
/frameworks/base/core/java/com/android/internal/net/
DVpnProfile.java22 import android.net.PlatformVpnProfile;
138 public int maxMtu = PlatformVpnProfile.MAX_MTU_DEFAULT; // 22
/frameworks/base/non-updatable-api/
Dcurrent.txt28768 public final class Ikev2VpnProfile extends android.net.PlatformVpnProfile {
29139 public abstract class PlatformVpnProfile {
29429 …ullable public android.content.Intent provisionVpnProfile(@NonNull android.net.PlatformVpnProfile);
/frameworks/base/api/
Dcurrent.txt28898 public final class Ikev2VpnProfile extends android.net.PlatformVpnProfile {
29269 public abstract class PlatformVpnProfile {
29559 …ullable public android.content.Intent provisionVpnProfile(@NonNull android.net.PlatformVpnProfile);