Merge "Add ParseException constructors to API" am: a10ea9b5ee am: ff2bca11b2 am: a375a561a3
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1635044 Change-Id: I4e4b1f4a70fcfaa43fa9b612e7fbd151093fd8fe
This commit is contained in:
@@ -29,6 +29,11 @@ package android.net {
|
||||
field public static final int TRANSPORT_TEST = 7; // 0x7
|
||||
}
|
||||
|
||||
public class ParseException extends java.lang.RuntimeException {
|
||||
ctor public ParseException(@NonNull String);
|
||||
ctor public ParseException(@NonNull String, @NonNull Throwable);
|
||||
}
|
||||
|
||||
public final class TcpRepairWindow {
|
||||
ctor public TcpRepairWindow(int, int, int, int, int, int);
|
||||
field public final int maxWindow;
|
||||
|
||||
Reference in New Issue
Block a user