Searched refs:mHeavyWeightProcess (Results 1 – 3 of 3) sorted by relevance
387 WindowProcessController mHeavyWeightProcess = null; field in ActivityTaskManagerService5655 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 …]
861 if (mService.mHeavyWeightProcess != null in realStartActivityLocked()862 && mService.mHeavyWeightProcess != proc) { in realStartActivityLocked()865 + mService.mHeavyWeightProcess); in realStartActivityLocked()
1233 final WindowProcessController heavy = mService.mHeavyWeightProcess; in startActivityMayWait()