Merge "Move ParseException to Connectivity" am: cb35ed09da

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I06ac628c283c0a59a756fb5d6e94afb5aef949dd
This commit is contained in:
Remi NGUYEN VAN
2021-03-12 05:12:33 +00:00
committed by Automerger Merge Worker
3 changed files with 4 additions and 4 deletions

View File

@@ -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();

View File

@@ -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);