Home
last modified time | relevance | path

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

/frameworks/base/wifi/tests/src/android/net/wifi/
DWifiManagerTest.java1362 mExecutor = new SynchronousExecutor(); in addOnWifiUsabilityStatsListeneroesToWifiServiceImpl()
1374 mExecutor = new SynchronousExecutor(); in removeOnWifiUsabilityListenerGoesToWifiServiceImpl()
1387 class SynchronousExecutor implements Executor { class in WifiManagerTest