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

/frameworks/base/core/java/android/app/
H A DActivityThread.java236 boolean mSystemThread = false; field in class:ActivityThread
1170 if (mSystemThread) {
1787 return (sCurrentActivityThread != null) ? sCurrentActivityThread.mSystemThread : false;
1979 if (mSystemThread && "android".equals(aInfo.packageName)) {
5890 mSystemThread = system;
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java1435 final ActivityThread mSystemThread; field in class:ActivityManagerService
2437 mSystemThread.installSystemApplicationInfo(info, getClass().getClassLoader());
2444 app.makeActive(mSystemThread.getApplicationThread(), mProcessStats);
2583 mSystemThread = ActivityThread.currentActivityThread();
11251 mSystemThread.installSystemProviders(providers);
18739 mSystemThread.applyConfigurationToResources(configCopy);

Completed in 1505 milliseconds