Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DActivityTaskManagerService.java387 WindowProcessController mHeavyWeightProcess = null; field in ActivityTaskManagerService
5655 mHeavyWeightProcess = root.app; in setHeavyWeightProcess()
5663 if (mHeavyWeightProcess == null || mHeavyWeightProcess != proc) { in clearHeavyWeightProcessIfEquals()
5667 mHeavyWeightProcess = null; in clearHeavyWeightProcessIfEquals()
6389 return proc == mHeavyWeightProcess; in isHeavyWeightProcess()
6404 if (mHeavyWeightProcess != null) { in finishHeavyWeightApp()
6405 mHeavyWeightProcess.finishActivities(); in finishHeavyWeightApp()
6408 mHeavyWeightProcess); in finishHeavyWeightApp()
7009 if (mHeavyWeightProcess != null && (dumpPackage == null in dumpForProcesses()
7010 || mHeavyWeightProcess.mPkgList.contains(dumpPackage))) { in dumpForProcesses()
[all …]
DActivityStackSupervisor.java861 if (mService.mHeavyWeightProcess != null in realStartActivityLocked()
862 && mService.mHeavyWeightProcess != proc) { in realStartActivityLocked()
865 + mService.mHeavyWeightProcess); in realStartActivityLocked()
DActivityStarter.java1233 final WindowProcessController heavy = mService.mHeavyWeightProcess; in startActivityMayWait()