Searched refs:mSystemThread (Results 1 – 6 of 6) sorted by relevance
437 boolean mSystemThread = false; field in ActivityThread1811 if (mSystemThread) { in dumpDbInfo()2560 return (sCurrentActivityThread != null) ? sCurrentActivityThread.mSystemThread : false; in isSystem()2792 if (mSystemThread && "android".equals(aInfo.packageName)) { in getPackageInfo()6289 Preconditions.checkState(mSystemThread, "Must only be called in the system process"); in handleSystemApplicationInfoChanged()7927 mSystemThread = system; in attach()
362 final ActivityThread mSystemThread; field in ActivityTaskManagerService850 mSystemThread = ActivityThread.currentActivityThread(); in ActivityTaskManagerService()851 mUiContext = mSystemThread.getSystemUiContext(); in ActivityTaskManagerService()4547 mSystemThread.applyConfigurationToResources(mTempConfig); in updateGlobalConfigurationLocked()
400 : service.mAtmService.mSystemThread in DisplayPolicy()
1336 mService.mSystemThread.installSystemProviders(providers); in installSystemProviders()
1556 final ActivityThread mSystemThread; field in ActivityManagerService2026 mSystemThread.installSystemApplicationInfo(info, getClass().getClassLoader()); in setSystemProcess()2039 app.makeActive(mSystemThread.getApplicationThread(), mProcessStats); in setSystemProcess()2470 mSystemThread = null; in ActivityManagerService()2500 mSystemThread = ActivityThread.currentActivityThread(); in ActivityManagerService()2501 mUiContext = mSystemThread.getSystemUiContext(); in ActivityManagerService()
2165 Landroid/app/ActivityThread;->mSystemThread:Z