Home
last modified time | relevance | path

Searched refs:mSystemThread (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
DActivityThread.java265 boolean mSystemThread = false; field in ActivityThread
1265 if (mSystemThread) { in dumpDbInfo()
1907 return (sCurrentActivityThread != null) ? sCurrentActivityThread.mSystemThread : false; in isSystem()
2099 if (mSystemThread && "android".equals(aInfo.packageName)) { in getPackageInfo()
6317 mSystemThread = system; in attach()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java1603 final ActivityThread mSystemThread; field in ActivityManagerService
2548 mSystemThread.installSystemApplicationInfo(info, getClass().getClassLoader()); in setSystemProcess()
2555 app.makeActive(mSystemThread.getApplicationThread(), mProcessStats); in setSystemProcess()
2694 mSystemThread = null; in ActivityManagerService()
2709 mSystemThread = ActivityThread.currentActivityThread(); in ActivityManagerService()
2710 mUiContext = mSystemThread.getSystemUiContext(); in ActivityManagerService()
12175 mSystemThread.installSystemProviders(providers);
20467 mSystemThread.applyConfigurationToResources(mTempConfig);