Searched refs:mHeavyWeightProcess (Results 1 – 4 of 4) sorted by relevance
408 volatile WindowProcessController mHeavyWeightProcess; field in ActivityTaskManagerService5048 mHeavyWeightProcess = root.app; in setHeavyWeightProcess()5056 if (mHeavyWeightProcess == null || mHeavyWeightProcess != proc) { in clearHeavyWeightProcessIfEquals()5060 mHeavyWeightProcess = null; in clearHeavyWeightProcessIfEquals()6026 if (mHeavyWeightProcess != null) { in finishHeavyWeightApp()6027 mHeavyWeightProcess.finishActivities(); in finishHeavyWeightApp()6030 mHeavyWeightProcess); in finishHeavyWeightApp()6577 if (mHeavyWeightProcess != null && (dumpPackage == null in dumpForProcesses()6712 if (mHeavyWeightProcess != null && (dumpPackage == null in writeProcessesToProto()6714 mHeavyWeightProcess.dumpDebug(proto, HEAVY_WEIGHT_PROC); in writeProcessesToProto()[all …]
959 if (mService.mHeavyWeightProcess != null in realStartActivityLocked()960 && mService.mHeavyWeightProcess != proc) { in realStartActivityLocked()963 + mService.mHeavyWeightProcess); in realStartActivityLocked()
1851 return this == mAtm.mHeavyWeightProcess; in isHeavyWeightProcess()
809 final WindowProcessController heavy = mService.mHeavyWeightProcess; in resolveToHeavyWeightSwitcherIfNeeded()