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;137 public int maxMtu = PlatformVpnProfile.MAX_MTU_DEFAULT; // 22
516 IntentBuilderName: android.net.VpnManager#provisionVpnProfile(android.net.PlatformVpnProfile):
29999 public final class Ikev2VpnProfile extends android.net.PlatformVpnProfile {30370 public abstract class PlatformVpnProfile {30660 …ullable public android.content.Intent provisionVpnProfile(@NonNull android.net.PlatformVpnProfile);