Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DActivityThread.java437 boolean mSystemThread = false; field in ActivityThread
1811 if (mSystemThread) { in dumpDbInfo()
2560 return (sCurrentActivityThread != null) ? sCurrentActivityThread.mSystemThread : false; in isSystem()
2792 if (mSystemThread && "android".equals(aInfo.packageName)) { in getPackageInfo()
6289 Preconditions.checkState(mSystemThread, "Must only be called in the system process"); in handleSystemApplicationInfoChanged()
7927 mSystemThread = system; in attach()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityTaskManagerService.java362 final ActivityThread mSystemThread; field in ActivityTaskManagerService
850 mSystemThread = ActivityThread.currentActivityThread(); in ActivityTaskManagerService()
851 mUiContext = mSystemThread.getSystemUiContext(); in ActivityTaskManagerService()
4547 mSystemThread.applyConfigurationToResources(mTempConfig); in updateGlobalConfigurationLocked()
H A DDisplayPolicy.java400 : service.mAtmService.mSystemThread in DisplayPolicy()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DContentProviderHelper.java1336 mService.mSystemThread.installSystemProviders(providers); in installSystemProviders()
H A DActivityManagerService.java1556 final ActivityThread mSystemThread; field in ActivityManagerService
2026 mSystemThread.installSystemApplicationInfo(info, getClass().getClassLoader()); in setSystemProcess()
2039 app.makeActive(mSystemThread.getApplicationThread(), mProcessStats); in setSystemProcess()
2470 mSystemThread = null; in ActivityManagerService()
2500 mSystemThread = ActivityThread.currentActivityThread(); in ActivityManagerService()
2501 mUiContext = mSystemThread.getSystemUiContext(); in ActivityManagerService()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt2165 Landroid/app/ActivityThread;->mSystemThread:Z