Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/net/
H A DPlatformVpnProfile.java40 public abstract class PlatformVpnProfile { class
70 PlatformVpnProfile(@PlatformVpnType int type, boolean excludeLocalRoutes, in PlatformVpnProfile() method in PlatformVpnProfile
128 public static PlatformVpnProfile fromVpnProfile(@NonNull VpnProfile profile) in fromVpnProfile()
H A DVpnManager.java356 public Intent provisionVpnProfile(@NonNull PlatformVpnProfile profile) { in provisionVpnProfile()
H A DIkev2VpnProfile.java82 public final class Ikev2VpnProfile extends PlatformVpnProfile {
810 private int mMaxMtu = PlatformVpnProfile.MAX_MTU_DEFAULT;
/aosp14/frameworks/base/core/java/com/android/internal/net/
H A DVpnProfile.java22 import android.net.PlatformVpnProfile;
148 public int maxMtu = PlatformVpnProfile.MAX_MTU_DEFAULT; // 22
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt28204 public final class Ikev2VpnProfile extends android.net.PlatformVpnProfile {
28311 public abstract class PlatformVpnProfile {
28506 …ullable public android.content.Intent provisionVpnProfile(@NonNull android.net.PlatformVpnProfile);