Searched defs:hostingType (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java3469 false /* knownToBeDead */, 0 /* intentFlags */, "" /* hostingType */,
3479 String hostingType, ComponentName hostingName, boolean allowWhileBooting,
3481 return startProcessLocked(processName, info, knownToBeDead, intentFlags, hostingType,
3488 boolean knownToBeDead, int intentFlags, String hostingType, ComponentName hostingName,
3601 app, hostingType, hostingNameStr, abiOverride, entryPoint, entryPointArgs);
3611 String hostingType, String hostingNameStr) {
3612 startProcessLocked(app, hostingType, hostingNameStr, null /* abiOverride */,
3616 private final void startProcessLocked(ProcessRecord app, String hostingType, argument
3758 app.processName, hostingType,
3787 buf.append(hostingType);
3477 startProcessLocked(String processName, ApplicationInfo info, boolean knownToBeDead, int intentFlags, String hostingType, ComponentName hostingName, boolean allowWhileBooting, boolean isolated, boolean keepIfLarge) argument
3487 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
3610 startProcessLocked(ProcessRecord app, String hostingType, String hostingNameStr) argument
[all...]

Completed in 45 milliseconds