Searched defs:executor1 (Results 1 – 3 of 3) sorted by relevance
39 private val executor1: Executor = MoreExecutors.directExecutor() in <lambda>() constant in com.android.settingslib.datastore.ObserverTest
42 private val executor1: Executor = MoreExecutors.directExecutor() in <lambda>() constant in com.android.settingslib.datastore.KeyedObserverTest
1290 ExecutorService executor1 = Executors.newSingleThreadExecutor(); in triggerLocalConnectionFailure_multipleCallbacksRegisteredOnDifferentExecutors_allCallbacksTriggered() local