Merge "Move ParseException to Connectivity"
This commit is contained in:
@@ -25018,10 +25018,6 @@ package android.net {
|
|||||||
ctor public NetworkSpecifier();
|
ctor public NetworkSpecifier();
|
||||||
}
|
}
|
||||||
|
|
||||||
public class ParseException extends java.lang.RuntimeException {
|
|
||||||
field public String response;
|
|
||||||
}
|
|
||||||
|
|
||||||
public abstract class PlatformVpnProfile {
|
public abstract class PlatformVpnProfile {
|
||||||
method public final int getType();
|
method public final int getType();
|
||||||
method @NonNull public final String getTypeString();
|
method @NonNull public final String getTypeString();
|
||||||
|
|||||||
@@ -401,6 +401,10 @@ package android.net {
|
|||||||
method public android.net.NetworkRequest.Builder setNetworkSpecifier(android.net.NetworkSpecifier);
|
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 {
|
public class ProxyInfo implements android.os.Parcelable {
|
||||||
ctor public ProxyInfo(@Nullable android.net.ProxyInfo);
|
ctor public ProxyInfo(@Nullable android.net.ProxyInfo);
|
||||||
method public static android.net.ProxyInfo buildDirectProxy(String, int);
|
method public static android.net.ProxyInfo buildDirectProxy(String, int);
|
||||||
|
|||||||
Reference in New Issue
Block a user