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

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
ThisObjectTest.java 60 long mainThread = debuggeeWrapper.vmMirror.getThreadID(mainThreadName);
61 logWriter.println("==> Found main thread: " + mainThread);
77 if ( mainThread == -1 ) {
85 jdwpSuspendThread(mainThread);
88 int frameCount = jdwpGetFrameCount(mainThread);
92 FrameInfo[] frameIDs = jdwpGetFrames(mainThread, 0, frameCount);
125 packet.setNextValueAsThreadID(mainThread);
210 jdwpResumeThread(mainThread);
  /frameworks/volley/src/com/android/volley/
Request.java 224 Handler mainThread = new Handler(Looper.getMainLooper());
225 mainThread.post(new Runnable() {
  /external/guava/guava-tests/test/com/google/common/collect/
QueuesTest.java 194 final Thread mainThread = Thread.currentThread();
198 new Interrupter(mainThread).run();

Completed in 92 milliseconds