Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DActivityThread.java363 boolean mSystemThread = false; field in ActivityThread
1507 if (mSystemThread) { in dumpDbInfo()
2102 return (sCurrentActivityThread != null) ? sCurrentActivityThread.mSystemThread : false; in isSystem()
2314 if (mSystemThread && "android".equals(aInfo.packageName)) { in getPackageInfo()
5649 Preconditions.checkState(mSystemThread, "Must only be called in the system process"); in handleSystemApplicationInfoChanged()
7073 mSystemThread = system; in attach()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityTaskManagerService.java347 final ActivityThread mSystemThread; field in ActivityTaskManagerService
689 mSystemThread = ActivityThread.currentActivityThread(); in ActivityTaskManagerService()
690 mUiContext = mSystemThread.getSystemUiContext(); in ActivityTaskManagerService()
5265 mSystemThread.applyConfigurationToResources(mTempConfig); in updateGlobalConfigurationLocked()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java1481 final ActivityThread mSystemThread; field in ActivityManagerService
2058 mSystemThread.installSystemApplicationInfo(info, getClass().getClassLoader()); in setSystemProcess()
2069 app.makeActive(mSystemThread.getApplicationThread(), mProcessStats); in setSystemProcess()
2422 mSystemThread = null; in ActivityManagerService()
2441 mSystemThread = ActivityThread.currentActivityThread(); in ActivityManagerService()
2442 mUiContext = mSystemThread.getSystemUiContext(); in ActivityManagerService()
7552 mSystemThread.installSystemProviders(providers); in installSystemProviders()