Searched refs:mSystemThread (Results 1 – 6 of 6) sorted by relevance
411 boolean mSystemThread = false; field in ActivityThread1649 if (mSystemThread) { in dumpDbInfo()2353 return (sCurrentActivityThread != null) ? sCurrentActivityThread.mSystemThread : false; in isSystem()2564 if (mSystemThread && "android".equals(aInfo.packageName)) { in getPackageInfo()6035 Preconditions.checkState(mSystemThread, "Must only be called in the system process"); in handleSystemApplicationInfoChanged()7550 mSystemThread = system; in attach()
344 final ActivityThread mSystemThread; field in ActivityTaskManagerService835 mSystemThread = ActivityThread.currentActivityThread(); in ActivityTaskManagerService()836 mUiContext = mSystemThread.getSystemUiContext(); in ActivityTaskManagerService()4237 mSystemThread.applyConfigurationToResources(mTempConfig); in updateGlobalConfigurationLocked()
454 : service.mAtmService.mSystemThread in DisplayPolicy()
1247 mService.mSystemThread.installSystemProviders(providers); in installSystemProviders()
1415 final ActivityThread mSystemThread; field in ActivityManagerService1813 mSystemThread.installSystemApplicationInfo(info, getClass().getClassLoader()); in setSystemProcess()1823 app.makeActive(mSystemThread.getApplicationThread(), mProcessStats); in setSystemProcess()2225 mSystemThread = null; in ActivityManagerService()2252 mSystemThread = ActivityThread.currentActivityThread(); in ActivityManagerService()2253 mUiContext = mSystemThread.getSystemUiContext(); in ActivityManagerService()
2165 Landroid/app/ActivityThread;->mSystemThread:Z