Searched defs:testStateMachineSharedThread (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
H A DStateMachineTest.java1548 * will be used to notify testStateMachineSharedThread that the test is
1593 public void testStateMachineSharedThread() throws Exception { method in class:StateMachineTest
1594 if (DBG) tlog("testStateMachineSharedThread E");
1597 HandlerThread smThread = new HandlerThread("testStateMachineSharedThread");
1620 tloge("testStateMachineSharedThread: exception while waiting "
1635 if (DBG) tlog("testStateMachineSharedThread X");
1852 if (DBG) tlog("testStateMachineSharedThread X");

Completed in 51 milliseconds