Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/
H A DConnectivityServiceTest.java5500 final Executor executorInline = (Runnable r) -> r.run(); in runTestWithSerialExecutors() local
5503 functor.accept(executorInline); in runTestWithSerialExecutors()