Searched refs:SynchronousExecutor (Results 1 – 5 of 5) sorted by relevance
24 public class SynchronousExecutor implements Executor { class
1106 registerScanListener(new SynchronousExecutor(), listener); in registerScanListener()1804 executor = new SynchronousExecutor(); in handleMessage()
363 mWifiManager.registerCoexCallback(new SynchronousExecutor(), mCoexCallback); in testAddCoexCallbackAndReceiveEvent()393 mWifiManager.registerCoexCallback(new SynchronousExecutor(), mCoexCallback); in testRegisterUnregisterThenRegisterAgainWithCoexCallback()2300 mExecutor = new SynchronousExecutor(); in addOnWifiUsabilityStatsListenerGoesToWifiServiceImpl()2330 mExecutor = new SynchronousExecutor(); in removeOnWifiUsabilityListenerGoesToWifiServiceImpl()2658 new SynchronousExecutor(), info -> flag[0]++); in testGetWifiActivityInfoRunsCorrectListener()2925 Executor executor = new SynchronousExecutor(); in testAddSuggestionConnectionStatusListenerAndReceiveEvent()3085 mExecutor = new SynchronousExecutor(); in setWifiConnectedNetworkScorerGoesToWifiServiceImpl()3096 mExecutor = new SynchronousExecutor(); in clearWifiConnectedNetworkScorerGoesToWifiServiceImpl()3110 mExecutor = new SynchronousExecutor(); in verifyScorerReceiveScoreUpdateObserverAfterRegistration()3127 mExecutor = new SynchronousExecutor(); in verifyScorerReceiveSessionIdWhenStartStopIsCalled()[all …]
75 private Executor mExecutor = new SynchronousExecutor();
53 class SynchronousExecutor implements Executor { class in NfcStateTest80 mNfcAdapter.registerControllerAlwaysOnListener(new SynchronousExecutor(), in setUp()