Searched refs:PlatformVpnProfile (Results 1 – 6 of 6) sorted by relevance
40 public abstract class PlatformVpnProfile { class70 PlatformVpnProfile(@PlatformVpnType int type, boolean excludeLocalRoutes, in PlatformVpnProfile() method in PlatformVpnProfile128 public static PlatformVpnProfile fromVpnProfile(@NonNull VpnProfile profile) in fromVpnProfile()
356 public Intent provisionVpnProfile(@NonNull PlatformVpnProfile profile) { in provisionVpnProfile()
82 public final class Ikev2VpnProfile extends PlatformVpnProfile {810 private int mMaxMtu = PlatformVpnProfile.MAX_MTU_DEFAULT;
22 import android.net.PlatformVpnProfile;148 public int maxMtu = PlatformVpnProfile.MAX_MTU_DEFAULT; // 22
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
28204 public final class Ikev2VpnProfile extends android.net.PlatformVpnProfile {28311 public abstract class PlatformVpnProfile {28506 …ullable public android.content.Intent provisionVpnProfile(@NonNull android.net.PlatformVpnProfile);