Searched refs:mHeavyWeightProcess (Results 1 – 4 of 4) sorted by relevance
390 volatile WindowProcessController mHeavyWeightProcess; field in ActivityTaskManagerService4716 mHeavyWeightProcess = root.app; in setHeavyWeightProcess()4724 if (mHeavyWeightProcess == null || mHeavyWeightProcess != proc) { in clearHeavyWeightProcessIfEquals()4728 mHeavyWeightProcess = null; in clearHeavyWeightProcessIfEquals()5579 if (mHeavyWeightProcess != null) { in finishHeavyWeightApp()5580 mHeavyWeightProcess.finishActivities(); in finishHeavyWeightApp()5583 mHeavyWeightProcess); in finishHeavyWeightApp()6175 if (mHeavyWeightProcess != null && (dumpPackage == null in dumpForProcesses()6310 if (mHeavyWeightProcess != null && (dumpPackage == null in writeProcessesToProto()6312 mHeavyWeightProcess.dumpDebug(proto, HEAVY_WEIGHT_PROC); in writeProcessesToProto()[all …]
893 if (mService.mHeavyWeightProcess != null in realStartActivityLocked()894 && mService.mHeavyWeightProcess != proc) { in realStartActivityLocked()897 + mService.mHeavyWeightProcess); in realStartActivityLocked()
1599 return this == mAtm.mHeavyWeightProcess; in isHeavyWeightProcess()
732 final WindowProcessController heavy = mService.mHeavyWeightProcess; in resolveToHeavyWeightSwitcherIfNeeded()