Searched defs:DIRECT_EXECUTOR (Results 1 – 9 of 9) sorted by relevance
78 private static final Executor DIRECT_EXECUTOR = Runnable::run; field in CarProjectionManagerTest138 DIRECT_EXECUTOR, in keyEventListener_registerMultipleEventListeners() local205 DIRECT_EXECUTOR, in keyEventHandler_whenRegisteredAgain_replacesEventList() local213 DIRECT_EXECUTOR, in keyEventHandler_whenRegisteredAgain_replacesEventList() local227 DIRECT_EXECUTOR, in keyEventHandler_removed_noLongerFires() local
42 public static final Executor DIRECT_EXECUTOR = new DirectExecutor(); field in ConcurrentUtils
31 private static final Executor DIRECT_EXECUTOR = Runnable::run; field in Executors
35 private static final Executor DIRECT_EXECUTOR = Runnable::run; field in Executors
48 public static final Executor DIRECT_EXECUTOR = Runnable::run; field in TelephonyUtils
60 private static final Executor DIRECT_EXECUTOR = Runnable::run; field in CarTelemetryManagerTest
64 private static final Executor DIRECT_EXECUTOR = Runnable::run; field in ImageExporterTest
76 private static final Executor DIRECT_EXECUTOR = Runnable::run; field in AndroidFuture
54 private static final Executor DIRECT_EXECUTOR = Runnable::run; field in ViewGroupScrollCaptureTest