HomeSort by relevance Sort by last modified time
    Searched refs:mMainThread (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/app/
ContextImpl.java 178 /*package*/ ActivityThread mMainThread;
261 return mMainThread.getLooper();
267 mPackageInfo.getApplication() : mMainThread.getApplication();
622 mMainThread.getInstrumentation().execStartActivity(
623 getOuterContext(), mMainThread.getApplicationThread(), null, null, intent, -1);
636 .startActivityIntentSender(mMainThread.getApplicationThread(), intent,
652 mMainThread.getApplicationThread(), intent, resolvedType, null,
663 mMainThread.getApplicationThread(), intent, resolvedType, null,
675 mMainThread.getApplicationThread(), intent, resolvedType, null,
690 scheduler = mMainThread.getHandler()
    [all...]
Activity.java 629 /*package*/ ActivityThread mMainThread;
    [all...]

Completed in 326 milliseconds