Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7ef2e6d7 authored by Remi NGUYEN VAN's avatar Remi NGUYEN VAN Committed by Automerger Merge Worker
Browse files

Merge "Move ParseException to Connectivity" am: cb35ed09 am: 75512d97

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1626205

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ibb5674e812f2a2f2a6a1e23aa46a2d8f208099f5
parents 7b190776 75512d97
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -25018,10 +25018,6 @@ package android.net {
    ctor public NetworkSpecifier();
  }
  public class ParseException extends java.lang.RuntimeException {
    field public String response;
  }
  public abstract class PlatformVpnProfile {
    method public final int getType();
    method @NonNull public final String getTypeString();
+4 −0
Original line number Diff line number Diff line
@@ -401,6 +401,10 @@ package android.net {
    method public android.net.NetworkRequest.Builder setNetworkSpecifier(android.net.NetworkSpecifier);
  }

  public class ParseException extends java.lang.RuntimeException {
    field public String response;
  }

  public class ProxyInfo implements android.os.Parcelable {
    ctor public ProxyInfo(@Nullable android.net.ProxyInfo);
    method public static android.net.ProxyInfo buildDirectProxy(String, int);