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.java390 WindowProcessController mHeavyWeightProcess = null; field in ActivityTaskManagerService
5702 mHeavyWeightProcess = root.app; in setHeavyWeightProcess()
5710 if (mHeavyWeightProcess == null || mHeavyWeightProcess != proc) { in clearHeavyWeightProcessIfEquals()
5714 mHeavyWeightProcess = null; in clearHeavyWeightProcessIfEquals()
6446 return proc == mHeavyWeightProcess; in isHeavyWeightProcess()
6461 if (mHeavyWeightProcess != null) { in finishHeavyWeightApp()
6462 mHeavyWeightProcess.finishActivities(); in finishHeavyWeightApp()
6465 mHeavyWeightProcess); in finishHeavyWeightApp()
7066 if (mHeavyWeightProcess != null && (dumpPackage == null in dumpForProcesses()
7067 || mHeavyWeightProcess.mPkgList.contains(dumpPackage))) { in dumpForProcesses()
[all …]
DActivityStackSupervisor.java876 if (mService.mHeavyWeightProcess != null in realStartActivityLocked()
877 && mService.mHeavyWeightProcess != proc) { in realStartActivityLocked()
880 + mService.mHeavyWeightProcess); in realStartActivityLocked()
DActivityStarter.java1243 final WindowProcessController heavy = mService.mHeavyWeightProcess; in startActivityMayWait()