Home
last modified time | relevance | path

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

/frameworks/base/tests/net/java/com/android/server/
DConnectivityServiceTest.java4141 private void runTestWithSerialExecutors(ExceptionUtils.ThrowingConsumer<Executor> functor) in runTestWithSerialExecutors() method in ConnectivityServiceTest
4152 runTestWithSerialExecutors(executor -> doTestNattSocketKeepalivesWithExecutor(executor)); in testNattSocketKeepalives()
4153 runTestWithSerialExecutors(executor -> doTestNattSocketKeepalivesFdWithExecutor(executor)); in testNattSocketKeepalives()
4330 runTestWithSerialExecutors(executor -> doTestTcpSocketKeepalivesWithExecutor(executor)); in testTcpSocketKeepalives()