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

  /frameworks/base/tests/utils/testutils/java/android/os/test/
TestLooperTest.java 275 * Expected: handleMessage is called for messageA and stopAutoDispatch is called.
309 mockLooper.stopAutoDispatch();
333 mTestLooper.stopAutoDispatch();
351 mTestLooper.stopAutoDispatch();
364 * Expected: Exception is thrown with the stopAutoDispatch call.
369 mTestLooper.stopAutoDispatch();
TestLooper.java 226 "stopAutoDispatch called before any messages were dispatched.");
261 public void stopAutoDispatch() {
278 // stopAutoDispatch was called when startAutoDispatch has not created a new thread.
280 "stopAutoDispatch called without startAutoDispatch.");
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiStateMachineTest.java 736 mLooper.stopAutoDispatch();
749 mLooper.stopAutoDispatch();
    [all...]

Completed in 82 milliseconds