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

  /external/webkit/Source/WebKit/android/wds/
DebugServer.cpp 32 #include "wtf/MainThread.h"
54 static void* mainThread(void* v) {
74 m_threadId = createThread(mainThread, this, "WDS");
  /frameworks/volley/src/com/android/volley/
Request.java 194 Handler mainThread = new Handler(Looper.getMainLooper());
195 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();
  /frameworks/base/core/java/android/app/
LoadedApk.java 115 ActivityThread mainThread, ClassLoader baseLoader,
140 ContextImpl.createSystemContext(mainThread);
142 mainThread.getConfiguration(),
143 mainThread.getDisplayMetricsLocked(
475 public AssetManager getAssets(ActivityThread mainThread) {
476 return getResources(mainThread).getAssets();
479 public Resources getResources(ActivityThread mainThread) {
481 mResources = mainThread.getTopLevelResources(mResDir,
    [all...]
ContextImpl.java     [all...]

Completed in 73 milliseconds