Home
last modified time | relevance | path

Searched refs:TestSocketKeepaliveCallback (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DConnectivityManagerTest.java1247 private static class TestSocketKeepaliveCallback extends SocketKeepalive.Callback { class in ConnectivityManagerTest
1465 final TestSocketKeepaliveCallback callback = new TestSocketKeepaliveCallback(); in testCreateTcpKeepalive()
1530 int requestCount, @NonNull TestSocketKeepaliveCallback callback, in createConcurrentKeepalivesOfType()
1540 TestSocketKeepaliveCallback.CallbackValue cv = callback.pollCallback(); in createConcurrentKeepalivesOfType()
1542 if (cv.callbackType == TestSocketKeepaliveCallback.CallbackType.ON_ERROR) { in createConcurrentKeepalivesOfType()
1557 if (cv.callbackType == TestSocketKeepaliveCallback.CallbackType.ON_STARTED) { in createConcurrentKeepalivesOfType()
1570 @NonNull TestSocketKeepaliveCallback callback) throws Exception { in createConcurrentNattSocketKeepalives()
1592 @NonNull TestSocketKeepaliveCallback callback) { in createConcurrentTcpSocketKeepalives()
1620 final TestSocketKeepaliveCallback callback = new TestSocketKeepaliveCallback();
/packages/modules/Connectivity/tests/unit/java/com/android/server/
DConnectivityServiceTest.java5283 private static class TestSocketKeepaliveCallback extends SocketKeepalive.Callback { class
5320 TestSocketKeepaliveCallback(@NonNull Executor executor) { in TestSocketKeepaliveCallback() method in TestSocketKeepaliveCallback
5539 TestSocketKeepaliveCallback callback = new TestSocketKeepaliveCallback(executor); in doTestNattSocketKeepalivesWithExecutor()
5685 TestSocketKeepaliveCallback callback2 = new TestSocketKeepaliveCallback(executor); in doTestNattSocketKeepalivesWithExecutor()
5738 TestSocketKeepaliveCallback callback = new TestSocketKeepaliveCallback(executor); in doTestTcpSocketKeepalivesWithExecutor()
5803 TestSocketKeepaliveCallback callback = new TestSocketKeepaliveCallback(executor); in doTestNattSocketKeepalivesFdWithExecutor()