Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DActivityThread.java364 boolean mSystemThread = false; field in ActivityThread
1521 if (mSystemThread) { in dumpDbInfo()
2121 return (sCurrentActivityThread != null) ? sCurrentActivityThread.mSystemThread : false; in isSystem()
2333 if (mSystemThread && "android".equals(aInfo.packageName)) { in getPackageInfo()
5689 Preconditions.checkState(mSystemThread, "Must only be called in the system process"); in handleSystemApplicationInfoChanged()
7113 mSystemThread = system; in attach()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityTaskManagerService.java350 final ActivityThread mSystemThread; field in ActivityTaskManagerService
692 mSystemThread = ActivityThread.currentActivityThread(); in ActivityTaskManagerService()
693 mUiContext = mSystemThread.getSystemUiContext(); in ActivityTaskManagerService()
5294 mSystemThread.applyConfigurationToResources(mTempConfig); in updateGlobalConfigurationLocked()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java1490 final ActivityThread mSystemThread; field in ActivityManagerService
2069 mSystemThread.installSystemApplicationInfo(info, getClass().getClassLoader()); in setSystemProcess()
2080 app.makeActive(mSystemThread.getApplicationThread(), mProcessStats); in setSystemProcess()
2448 mSystemThread = null; in ActivityManagerService()
2467 mSystemThread = ActivityThread.currentActivityThread(); in ActivityManagerService()
2468 mUiContext = mSystemThread.getSystemUiContext(); in ActivityManagerService()
7590 mSystemThread.installSystemProviders(providers); in installSystemProviders()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt2165 Landroid/app/ActivityThread;->mSystemThread:Z