Searched refs:mHeavyWeightProcess (Results 1 – 4 of 4) sorted by relevance
423 volatile WindowProcessController mHeavyWeightProcess; field in ActivityTaskManagerService5248 mHeavyWeightProcess = root.app; in setHeavyWeightProcess()5256 if (mHeavyWeightProcess == null || mHeavyWeightProcess != proc) { in clearHeavyWeightProcessIfEquals()5260 mHeavyWeightProcess = null; in clearHeavyWeightProcessIfEquals()6259 if (mHeavyWeightProcess != null) { in finishHeavyWeightApp()6260 mHeavyWeightProcess.finishActivities(); in finishHeavyWeightApp()6263 mHeavyWeightProcess); in finishHeavyWeightApp()6814 if (mHeavyWeightProcess != null && (dumpPackage == null in dumpForProcesses()6815 || mHeavyWeightProcess.containsPackage(dumpPackage))) { in dumpForProcesses()6820 pw.println(" mHeavyWeightProcess: " + mHeavyWeightProcess); in dumpForProcesses()[all …]
977 if (mService.mHeavyWeightProcess != null in realStartActivityLocked()978 && mService.mHeavyWeightProcess != proc) { in realStartActivityLocked()981 + mService.mHeavyWeightProcess); in realStartActivityLocked()
1963 return this == mAtm.mHeavyWeightProcess; in isHeavyWeightProcess()
848 final WindowProcessController heavy = mService.mHeavyWeightProcess; in resolveToHeavyWeightSwitcherIfNeeded()