Searched refs:mHeavyWeightProcess (Results 1 – 3 of 3) sorted by relevance
390 WindowProcessController mHeavyWeightProcess = null; field in ActivityTaskManagerService5702 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 …]
876 if (mService.mHeavyWeightProcess != null in realStartActivityLocked()877 && mService.mHeavyWeightProcess != proc) { in realStartActivityLocked()880 + mService.mHeavyWeightProcess); in realStartActivityLocked()
1243 final WindowProcessController heavy = mService.mHeavyWeightProcess; in startActivityMayWait()