D | ConnectivityManagerTest.java | 1035 try (SocketKeepalive sk = mCm.createSocketKeepalive(network, s, executor, callback)) { in testCreateTcpKeepalive() argument 1036 sk.start(MIN_KEEPALIVE_INTERVAL); in testCreateTcpKeepalive() 1054 sk.stop(); in testCreateTcpKeepalive() 1087 try (SocketKeepalive sk = mCm.createSocketKeepalive(network, s, executor, callback)) { in testCreateTcpKeepalive() argument 1088 sk.start(MIN_KEEPALIVE_INTERVAL); in testCreateTcpKeepalive()
|