Home
last modified time | relevance | path

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

/frameworks/base/tests/utils/testutils/tests/src/android/os/test/
DTestLooperTest.java341 mockLooper.stopAutoDispatch(); in testAutoDispatchWithSingleMessage()
365 mTestLooper.stopAutoDispatch(); in testStopAutoDispatchWithoutStartThrowsException()
383 mTestLooper.stopAutoDispatch(); in testAutoDispatchStopsCleanlyWithoutDispatchingAMessage()
401 mTestLooper.stopAutoDispatch(); in testAutoDispatchThrowsExceptionWhenNoMessagesDispatched()
/frameworks/base/tests/utils/testutils/java/android/os/test/
DTestLooper.java301 public void stopAutoDispatch() { in stopAutoDispatch() method in TestLooper
330 stopAutoDispatch(); in stopAutoDispatchAndIgnoreExceptions()