Searched refs:hostProcess (Results 1 – 1 of 1) sorted by relevance
857 final WindowProcessController hostProcess = getOrganizerProcessIfDifferent(record); in onActivityStateChanged() local858 if (hostProcess != null) { in onActivityStateChanged()859 mTaskSupervisor.onProcessActivityStateChanged(hostProcess, false /* forceBatch */); in onActivityStateChanged()860 hostProcess.updateProcessInfo(false /* updateServiceConnectionActivities */, in onActivityStateChanged()1973 final WindowProcessController hostProcess = getOrganizerProcessIfDifferent(addingActivity); in addChild() local1974 if (hostProcess != null) { in addChild()1975 hostProcess.addEmbeddedActivity(addingActivity); in addChild()2805 final WindowProcessController hostProcess = getOrganizerProcessIfDifferent(r); in removeChild() local2806 if (hostProcess != null) { in removeChild()2807 hostProcess.removeEmbeddedActivity(r); in removeChild()