OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:startAutoDispatch
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/tests/utils/testutils/java/android/os/test/
TestLooperTest.java
299
mockLooper.
startAutoDispatch
();
321
mTestLooper.
startAutoDispatch
();
322
mTestLooper.
startAutoDispatch
();
349
mTestLooper.
startAutoDispatch
();
368
mTestLooper.
startAutoDispatch
();
TestLooper.java
249
public void
startAutoDispatch
() {
252
"
startAutoDispatch
called with the AutoDispatchThread already running.");
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
734
mLooper.
startAutoDispatch
();
747
mLooper.
startAutoDispatch
();
[
all
...]
Completed in 139 milliseconds