Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DClientModeImplTest.java567 mLooper.stopAutoDispatch(); in initializeCmi()
679 mLooper.stopAutoDispatch(); in canRemoveNetwork()
738 mLooper.stopAutoDispatch(); in canSaveNetworkConfig()
769 mLooper.stopAutoDispatch(); in saveNetworkConfigFailsWithNullConfig()
790 mLooper.stopAutoDispatch(); in saveNetworkConfigFailsWithConfigAddFailure()
813 mLooper.stopAutoDispatch(); in saveNetworkConfigFailsWithConfigEnableFailure()
849 mLooper.stopAutoDispatch(); in addNetworkAndVerifySuccess()
856 mLooper.stopAutoDispatch(); in addNetworkAndVerifySuccess()
882 mLooper.stopAutoDispatch(); in getWifiConfigurationForNetwork()
906 mLooper.stopAutoDispatch(); in setupAndStartConnectSequence()
[all …]
DWifiServiceImplTest.java2811 mLooper.stopAutoDispatch(); in verifyAsyncChannelMessageHandlingWithoutChangePermisson()
2840 mLooper.stopAutoDispatch(); in verifyAsyncChannelMessageHandlingWithoutPrivilegedPermissons()
/frameworks/base/tests/utils/testutils/java/android/os/test/
DTestLooperTest.java340 mockLooper.stopAutoDispatch(); in testAutoDispatchWithSingleMessage()
364 mTestLooper.stopAutoDispatch(); in testStopAutoDispatchWithoutStartThrowsException()
382 mTestLooper.stopAutoDispatch(); in testAutoDispatchStopsCleanlyWithoutDispatchingAMessage()
400 mTestLooper.stopAutoDispatch(); in testAutoDispatchThrowsExceptionWhenNoMessagesDispatched()
DTestLooper.java268 public void stopAutoDispatch() { in stopAutoDispatch() method in TestLooper