Home | History | Annotate | Download | only in app

Lines Matching refs:mMainThread

161     final @NonNull ActivityThread mMainThread;
250 return mMainThread.getLooper();
256 mPackageInfo.getApplication() : mMainThread.getApplication();
878 mMainThread.getInstrumentation().execStartActivity(
879 getOuterContext(), mMainThread.getApplicationThread(), null,
888 mMainThread.getApplicationThread(), getBasePackageName(), intent,
912 mMainThread.getInstrumentation().execStartActivitiesAsUser(
913 getOuterContext(), mMainThread.getApplicationThread(), null,
926 mMainThread.getInstrumentation().execStartActivities(
927 getOuterContext(), mMainThread.getApplicationThread(), null,
950 .startActivityIntentSender(mMainThread.getApplicationThread(),
971 mMainThread.getApplicationThread(), intent, resolvedType, null,
988 mMainThread.getApplicationThread(), intent, resolvedType, null,
1003 mMainThread.getApplicationThread(), intent, resolvedType, null,
1020 mMainThread.getApplicationThread(), intent, resolvedType, null,
1037 mMainThread.getApplicationThread(), intent, resolvedType, null,
1054 mMainThread.getApplicationThread(), intent, resolvedType, null,
1098 scheduler = mMainThread.getHandler();
1102 mMainThread.getInstrumentation(), false);
1105 scheduler = mMainThread.getHandler();
1117 mMainThread.getApplicationThread(), intent, resolvedType, rd,
1130 ActivityManager.getService().broadcastIntent(mMainThread.getApplicationThread(),
1153 mMainThread.getApplicationThread(), intent, resolvedType, null,
1170 mMainThread.getApplicationThread(), intent, resolvedType, null,
1202 scheduler = mMainThread.getHandler();
1206 mMainThread.getInstrumentation(), false);
1209 scheduler = mMainThread.getHandler();
1221 mMainThread.getApplicationThread(), intent, resolvedType, rd,
1237 mMainThread.getApplicationThread(), intent, resolvedType, null,
1256 scheduler = mMainThread.getHandler();
1260 mMainThread.getInstrumentation(), false);
1263 scheduler = mMainThread.getHandler();
1273 mMainThread.getApplicationThread(), intent, resolvedType, rd,
1292 mMainThread.getApplicationThread(), intent, getUserId());
1305 mMainThread.getApplicationThread(), intent, resolvedType, null,
1320 mMainThread.getApplicationThread(), intent, resolvedType, null,
1338 scheduler = mMainThread.getHandler();
1342 mMainThread.getInstrumentation(), false);
1345 scheduler = mMainThread.getHandler();
1355 mMainThread.getApplicationThread(), intent, resolvedType, rd,
1374 mMainThread.getApplicationThread(), intent, user.getIdentifier());
1419 scheduler = mMainThread.getHandler();
1423 mMainThread.getInstrumentation(), true);
1426 scheduler = mMainThread.getHandler();
1434 mMainThread.getApplicationThread(), mBasePackageName, rd, filter,
1508 mMainThread.getApplicationThread(), service, service.resolveTypeIfNeeded(
1541 mMainThread.getApplicationThread(), service,
1557 return bindServiceCommon(service, conn, flags, mMainThread.getHandler(),
1565 return bindServiceCommon(service, conn, flags, mMainThread.getHandler(), user);
1588 return mMainThread.getApplicationThread();
1594 return mMainThread.getHandler();
1619 mMainThread.getApplicationThread(), getActivityToken(), service,
1794 mMainThread.getApplicationThread(), toPackage,
1805 mMainThread.getApplicationThread(), null,
1816 mMainThread.getApplicationThread(), targetPackage,
2007 LoadedApk pi = mMainThread.getPackageInfo(application, mResources.getCompatibilityInfo(),
2010 ContextImpl c = new ContextImpl(this, mMainThread, pi, null, mActivityToken,
2040 return new ContextImpl(this, mMainThread, mPackageInfo, null, mActivityToken, user,
2044 LoadedApk pi = mMainThread.getPackageInfo(packageName, mResources.getCompatibilityInfo(),
2047 ContextImpl c = new ContextImpl(this, mMainThread, pi, null, mActivityToken, user,
2075 final ContextImpl context = new ContextImpl(this, mMainThread, mPackageInfo, splitName,
2100 ContextImpl context = new ContextImpl(this, mMainThread, mPackageInfo, mSplitName,
2115 ContextImpl context = new ContextImpl(this, mMainThread, mPackageInfo, mSplitName,
2129 return new ContextImpl(this, mMainThread, mPackageInfo, mSplitName, mActivityToken, mUser,
2137 return new ContextImpl(this, mMainThread, mPackageInfo, mSplitName, mActivityToken, mUser,
2259 ContextImpl context = new ContextImpl(null, systemContext.mMainThread, packageInfo, null,
2341 mMainThread = mainThread;
2389 mMainThread.scheduleContextCleanup(this, who, what);
2495 private final ActivityThread mMainThread;
2501 mMainThread = Preconditions.checkNotNull(mainThread);
2507 return mMainThread.acquireProvider(context,
2514 return mMainThread.acquireExistingProvider(context,
2521 return mMainThread.releaseProvider(provider, true);
2526 return mMainThread.acquireProvider(c,
2533 return mMainThread.releaseProvider(icp, false);
2538 mMainThread.handleUnstableProviderDied(icp.asBinder(), true);
2543 mMainThread.appNotRespondingViaProvider(icp.asBinder());