// get performance tuning settings (if any) supplied in the aAdditionalParams map
Properties perfSettings = aAdditionalParams == null ? null : (Properties) aAdditionalParams
.get(Resource.PARAM_PERFORMANCE_TUNING_SETTINGS);
// get ProcessControllerAdapter responsible for launching fenced services
ProcessControllerAdapter pca = aAdditionalParams == null ? null
: (ProcessControllerAdapter) aAdditionalParams.get("ProcessControllerAdapter");
// instantiate CPM from Descriptor
try {
mCPM = new BaseCPMImpl(aCpeDescription, resMgr, false, perfSettings);
if (perfSettings != null) {