Searched refs:processNameResult (Results 1 – 3 of 3) sorted by relevance
85 ParseResult<String> processNameResult = ComponentParseUtils.buildProcessName( in parseMainComponent() local88 if (processNameResult.isError()) { in parseMainComponent()89 return input.error(processNameResult); in parseMainComponent()92 component.setProcessName(processNameResult.getResult()); in parseMainComponent()
94 ParseResult<String> processNameResult = ComponentParseUtils.buildProcessName( in parseProcess() local97 if (processNameResult.isError()) { in parseProcess()98 return input.error(processNameResult); in parseProcess()105 proc.setName(processNameResult.getResult()); in parseProcess()
527 ParseResult<String> processNameResult = ComponentParseUtils.buildProcessName( in parsePackageFromPackageLite()529 if (processNameResult.isError()) { in parsePackageFromPackageLite()530 return input.error(processNameResult); in parsePackageFromPackageLite()532 pkg.setProcessName(processNameResult.getResult()); in parsePackageFromPackageLite()2133 ParseResult<String> processNameResult = ComponentParseUtils.buildProcessName(2135 if (processNameResult.isError()) {2136 return input.error(processNameResult);2139 String processName = processNameResult.getResult();