Searched refs:mSystemThread (Results 1 – 4 of 4) sorted by relevance
364 boolean mSystemThread = false; field in ActivityThread1521 if (mSystemThread) { in dumpDbInfo()2121 return (sCurrentActivityThread != null) ? sCurrentActivityThread.mSystemThread : false; in isSystem()2333 if (mSystemThread && "android".equals(aInfo.packageName)) { in getPackageInfo()5689 Preconditions.checkState(mSystemThread, "Must only be called in the system process"); in handleSystemApplicationInfoChanged()7113 mSystemThread = system; in attach()
350 final ActivityThread mSystemThread; field in ActivityTaskManagerService692 mSystemThread = ActivityThread.currentActivityThread(); in ActivityTaskManagerService()693 mUiContext = mSystemThread.getSystemUiContext(); in ActivityTaskManagerService()5294 mSystemThread.applyConfigurationToResources(mTempConfig); in updateGlobalConfigurationLocked()
1490 final ActivityThread mSystemThread; field in ActivityManagerService2069 mSystemThread.installSystemApplicationInfo(info, getClass().getClassLoader()); in setSystemProcess()2080 app.makeActive(mSystemThread.getApplicationThread(), mProcessStats); in setSystemProcess()2448 mSystemThread = null; in ActivityManagerService()2467 mSystemThread = ActivityThread.currentActivityThread(); in ActivityManagerService()2468 mUiContext = mSystemThread.getSystemUiContext(); in ActivityManagerService()7590 mSystemThread.installSystemProviders(providers); in installSystemProviders()
2165 Landroid/app/ActivityThread;->mSystemThread:Z