Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tests/utils/testutils/java/android/os/test/
H A DTestLooperTest.java340 mockLooper.stopAutoDispatch(); in testAutoDispatchWithSingleMessage()
364 mTestLooper.stopAutoDispatch(); in testStopAutoDispatchWithoutStartThrowsException()
382 mTestLooper.stopAutoDispatch(); in testAutoDispatchStopsCleanlyWithoutDispatchingAMessage()
400 mTestLooper.stopAutoDispatch(); in testAutoDispatchThrowsExceptionWhenNoMessagesDispatched()
H A DTestLooper.java301 public void stopAutoDispatch() { in stopAutoDispatch() method in TestLooper
330 stopAutoDispatch(); in stopAutoDispatchAndIgnoreExceptions()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiServiceImplTest.java1784 mLooper.stopAutoDispatch(); in testIsWifiBandSupported24gNoOverrideNoChannels()
1798 mLooper.stopAutoDispatch(); in testIsWifiBandSupported5gNoOverrideNoChannels()
1812 mLooper.stopAutoDispatch(); in testIsWifiBandSupported24gNoOverrideWithChannels()
1826 mLooper.stopAutoDispatch(); in testIsWifiBandSupported5gNoOverrideWithChannels()
1840 mLooper.stopAutoDispatch(); in testIsWifiBandSupported6gNoOverrideNoChannels()
1854 mLooper.stopAutoDispatch(); in testIsWifiBandSupported6gNoOverrideWithChannels()
2912 mLooper.stopAutoDispatch(); in testStartTetheredHotspotDoesNotStartWhenAlreadyTetheringActive()
4163 mLooper.stopAutoDispatch(); in testGetMatchingOsuProvidersWithPermissions()
4203 mLooper.stopAutoDispatch(); in testStartSubscriptionProvisioningWithPermission()
4981 mLooper.stopAutoDispatch(); in testHandleDelayedScanAfterIdleMode()
[all …]
H A DClientModeImplTest.java2389 mLooper.stopAutoDispatch(); in syncStartSubscriptionProvisioningInClientMode()
2397 mLooper.stopAutoDispatch(); in testSyncGetCurrentNetwork()
2404 mLooper.stopAutoDispatch(); in testSyncGetCurrentNetwork()
2666 mLooper.stopAutoDispatch(); in testConnectedIdsAreVisibleFromSystemServer()
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
H A DTetheringTest.java2256 mLooper.stopAutoDispatch(); in testDumpTetheringLog()