Searched refs:mSystemThread (Results 1 – 3 of 3) sorted by relevance
363 boolean mSystemThread = false; field in ActivityThread1507 if (mSystemThread) { in dumpDbInfo()2102 return (sCurrentActivityThread != null) ? sCurrentActivityThread.mSystemThread : false; in isSystem()2314 if (mSystemThread && "android".equals(aInfo.packageName)) { in getPackageInfo()5649 Preconditions.checkState(mSystemThread, "Must only be called in the system process"); in handleSystemApplicationInfoChanged()7073 mSystemThread = system; in attach()
347 final ActivityThread mSystemThread; field in ActivityTaskManagerService689 mSystemThread = ActivityThread.currentActivityThread(); in ActivityTaskManagerService()690 mUiContext = mSystemThread.getSystemUiContext(); in ActivityTaskManagerService()5265 mSystemThread.applyConfigurationToResources(mTempConfig); in updateGlobalConfigurationLocked()
1481 final ActivityThread mSystemThread; field in ActivityManagerService2058 mSystemThread.installSystemApplicationInfo(info, getClass().getClassLoader()); in setSystemProcess()2069 app.makeActive(mSystemThread.getApplicationThread(), mProcessStats); in setSystemProcess()2422 mSystemThread = null; in ActivityManagerService()2441 mSystemThread = ActivityThread.currentActivityThread(); in ActivityManagerService()2442 mUiContext = mSystemThread.getSystemUiContext(); in ActivityManagerService()7552 mSystemThread.installSystemProviders(providers); in installSystemProviders()