Searched defs:mSystemThread (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
H A DActivityThread.java262 boolean mSystemThread = false; field in class:ActivityThread
1255 if (mSystemThread) {
1946 return (sCurrentActivityThread != null) ? sCurrentActivityThread.mSystemThread : false;
2138 if (mSystemThread && "android".equals(aInfo.packageName)) {
6363 mSystemThread = system;
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java1620 final ActivityThread mSystemThread; field in class:ActivityManagerService
2569 mSystemThread.installSystemApplicationInfo(info, getClass().getClassLoader());
2576 app.makeActive(mSystemThread.getApplicationThread(), mProcessStats);
2710 mSystemThread = null;
2725 mSystemThread = ActivityThread.currentActivityThread();
2726 mUiContext = mSystemThread.getSystemUiContext();
11988 mSystemThread.installSystemProviders(providers);
20307 mSystemThread.applyConfigurationToResources(mTempConfig);
[all...]

Completed in 142 milliseconds