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.java4149 private void runTestWithSerialExecutors(ExceptionUtils.ThrowingConsumer<Executor> functor) in runTestWithSerialExecutors() method in ConnectivityServiceTest
4160 runTestWithSerialExecutors(executor -> doTestNattSocketKeepalivesWithExecutor(executor)); in testNattSocketKeepalives()
4161 runTestWithSerialExecutors(executor -> doTestNattSocketKeepalivesFdWithExecutor(executor)); in testNattSocketKeepalives()
4338 runTestWithSerialExecutors(executor -> doTestTcpSocketKeepalivesWithExecutor(executor)); in testTcpSocketKeepalives()