Merge "Add keepalive related methods and fields to system APIs"

This commit is contained in:
Aaron Huang
2020-01-10 06:16:04 +00:00
committed by Gerrit Code Review
7 changed files with 88 additions and 47 deletions

View File

@@ -22,8 +22,6 @@ import static org.junit.Assert.assertArrayEquals;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.fail;
import android.net.SocketKeepalive.InvalidPacketException;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;