Searched refs:isAnyTcpSocketConnected (Results 1 – 2 of 2) sorted by relevance
405 () -> mAOOKeepaliveTracker.isAnyTcpSocketConnected(TEST_NETID)); in testIsAnyTcpSocketConnected_runOnNonHandlerThread()412 () -> mAOOKeepaliveTracker.isAnyTcpSocketConnected(TEST_NETID))); in testIsAnyTcpSocketConnected_withTargetNetId()419 () -> mAOOKeepaliveTracker.isAnyTcpSocketConnected(OTHER_NETID))); in testIsAnyTcpSocketConnected_withIncorrectNetId()426 () -> mAOOKeepaliveTracker.isAnyTcpSocketConnected(TEST_NETID))); in testIsAnyTcpSocketConnected_noSocketExists()
393 if (!isAnyTcpSocketConnected(vpnNetId)) { in handleMonitorTcpConnections()745 boolean isAnyTcpSocketConnected(int netId) { in isAnyTcpSocketConnected() method in AutomaticOnOffKeepaliveTracker