Searched refs:hostProcess (Results 1 – 1 of 1) sorted by relevance
973 final WindowProcessController hostProcess = getOrganizerProcessIfDifferent(record); in onActivityStateChanged() local974 if (hostProcess != null) { in onActivityStateChanged()975 mTaskSupervisor.onProcessActivityStateChanged(hostProcess, false /* forceBatch */); in onActivityStateChanged()976 hostProcess.updateProcessInfo(false /* updateServiceConnectionActivities */, in onActivityStateChanged()2129 final WindowProcessController hostProcess = getOrganizerProcessIfDifferent(addingActivity); in addChild() local2130 if (hostProcess != null) { in addChild()2131 hostProcess.addEmbeddedActivity(addingActivity); in addChild()2985 final WindowProcessController hostProcess = getOrganizerProcessIfDifferent(r); in removeChild() local2986 if (hostProcess != null) { in removeChild()2987 hostProcess.removeEmbeddedActivity(r); in removeChild()