Merge "Remove TcpRepairWindow from module-lib API" am: b82fad9aa9
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1671788 Change-Id: Ie2f0463dd064ad7363054a5c08b6e09b54eea6cb
This commit is contained in:
@@ -133,16 +133,6 @@ package android.net {
|
|||||||
method @NonNull public android.net.NetworkRequest.Builder setUids(@Nullable java.util.Set<android.util.Range<java.lang.Integer>>);
|
method @NonNull public android.net.NetworkRequest.Builder setUids(@Nullable java.util.Set<android.util.Range<java.lang.Integer>>);
|
||||||
}
|
}
|
||||||
|
|
||||||
public final class TcpRepairWindow {
|
|
||||||
ctor public TcpRepairWindow(int, int, int, int, int, int);
|
|
||||||
field public final int maxWindow;
|
|
||||||
field public final int rcvWnd;
|
|
||||||
field public final int rcvWndScale;
|
|
||||||
field public final int rcvWup;
|
|
||||||
field public final int sndWl1;
|
|
||||||
field public final int sndWnd;
|
|
||||||
}
|
|
||||||
|
|
||||||
public final class TestNetworkInterface implements android.os.Parcelable {
|
public final class TestNetworkInterface implements android.os.Parcelable {
|
||||||
ctor public TestNetworkInterface(@NonNull android.os.ParcelFileDescriptor, @NonNull String);
|
ctor public TestNetworkInterface(@NonNull android.os.ParcelFileDescriptor, @NonNull String);
|
||||||
method public int describeContents();
|
method public int describeContents();
|
||||||
|
|||||||
@@ -16,15 +16,12 @@
|
|||||||
|
|
||||||
package android.net;
|
package android.net;
|
||||||
|
|
||||||
import android.annotation.SystemApi;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Corresponds to C's {@code struct tcp_repair_window} from
|
* Corresponds to C's {@code struct tcp_repair_window} from
|
||||||
* include/uapi/linux/tcp.h
|
* include/uapi/linux/tcp.h
|
||||||
*
|
*
|
||||||
* @hide
|
* @hide
|
||||||
*/
|
*/
|
||||||
@SystemApi(client = SystemApi.Client.MODULE_LIBRARIES)
|
|
||||||
public final class TcpRepairWindow {
|
public final class TcpRepairWindow {
|
||||||
public final int sndWl1;
|
public final int sndWl1;
|
||||||
public final int sndWnd;
|
public final int sndWnd;
|
||||||
|
|||||||
Reference in New Issue
Block a user