HomeSort by relevance Sort by last modified time
    Searched defs:stopAutoDispatch (Results 1 - 4 of 4) sorted by null

  /frameworks/base/tests/utils/testutils/java/android/os/test/
TestLooperTest.java 306 * Expected: handleMessage is called for messageA and stopAutoDispatch is called.
340 mockLooper.stopAutoDispatch();
364 mTestLooper.stopAutoDispatch();
382 mTestLooper.stopAutoDispatch();
395 * Expected: Exception is thrown with the stopAutoDispatch call.
400 mTestLooper.stopAutoDispatch();
TestLooper.java 233 "stopAutoDispatch called before any messages were dispatched.");
268 public void stopAutoDispatch() {
285 // stopAutoDispatch was called when startAutoDispatch has not created a new thread.
287 "stopAutoDispatch called without startAutoDispatch.");
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiServiceImplTest.java     [all...]
WifiStateMachineTest.java 527 mLooper.stopAutoDispatch();
647 mLooper.stopAutoDispatch();
706 mLooper.stopAutoDispatch();
737 mLooper.stopAutoDispatch();
758 mLooper.stopAutoDispatch();
781 mLooper.stopAutoDispatch();
    [all...]

Completed in 232 milliseconds