H A D | ActivityManagerService.java | 4051 false /* knownToBeDead */, 0 /* intentFlags */, "" /* hostingType */, 4062 String hostingType, ComponentName hostingName, boolean allowWhileBooting, 4064 return startProcessLocked(processName, info, knownToBeDead, intentFlags, hostingType, 4072 boolean knownToBeDead, int intentFlags, String hostingType, ComponentName hostingName, 4178 final boolean success = startProcessLocked(app, hostingType, hostingNameStr, abiOverride); 4189 String hostingType, String hostingNameStr) { 4190 startProcessLocked(app, hostingType, hostingNameStr, null /* abiOverride */); 4195 String hostingType, String hostingNameStr, String abiOverride) { 4196 return startProcessLocked(app, hostingType, hostingNameStr, 4204 private final boolean startProcessLocked(ProcessRecord app, String hostingType, argument 4060 startProcessLocked(String processName, ApplicationInfo info, boolean knownToBeDead, int intentFlags, String hostingType, ComponentName hostingName, boolean allowWhileBooting, boolean isolated, boolean keepIfLarge) argument 4071 startProcessLocked(String processName, ApplicationInfo info, boolean knownToBeDead, int intentFlags, String hostingType, ComponentName hostingName, boolean allowWhileBooting, boolean isolated, int isolatedUid, boolean keepIfLarge, String abiOverride, String entryPoint, String[] entryPointArgs, Runnable crashHandler) argument 4188 startProcessLocked(ProcessRecord app, String hostingType, String hostingNameStr) argument 4194 startProcessLocked(ProcessRecord app, String hostingType, String hostingNameStr, String abiOverride) argument 4400 startProcessLocked(String hostingType, String hostingNameStr, String entryPoint, ProcessRecord app, int uid, int[] gids, int runtimeFlags, int mountExternal, String seInfo, String requiredAbi, String instructionSet, String invokeWith, long startTime) argument 4463 startProcess(String hostingType, String entryPoint, ProcessRecord app, int uid, int[] gids, int runtimeFlags, int mountExternal, String seInfo, String requiredAbi, String instructionSet, String invokeWith, long startTime) argument [all...] |