Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
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()
DVpnManager.java356 public Intent provisionVpnProfile(@NonNull PlatformVpnProfile profile) { in provisionVpnProfile()
DIkev2VpnProfile.java82 public final class Ikev2VpnProfile extends PlatformVpnProfile {
810 private int mMaxMtu = PlatformVpnProfile.MAX_MTU_DEFAULT;
/frameworks/base/services/tests/VpnTests/java/android/net/
DVpnManagerTest.java78 final PlatformVpnProfile profile = getPlatformVpnProfile(); in testProvisionVpnProfilePreconsented()
89 final PlatformVpnProfile profile = getPlatformVpnProfile(); in testProvisionVpnProfileNeedsConsent()
/frameworks/base/core/java/com/android/internal/net/
DVpnProfile.java22 import android.net.PlatformVpnProfile;
148 public int maxMtu = PlatformVpnProfile.MAX_MTU_DEFAULT; // 22
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt28706 public final class Ikev2VpnProfile extends android.net.PlatformVpnProfile {
28813 public abstract class PlatformVpnProfile {
29008 …ullable public android.content.Intent provisionVpnProfile(@NonNull android.net.PlatformVpnProfile);