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

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java3523 false /* knownToBeDead */, 0 /* intentFlags */, "" /* hostingType */,
3533 String hostingType, ComponentName hostingName, boolean allowWhileBooting,
3535 return startProcessLocked(processName, info, knownToBeDead, intentFlags, hostingType,
3542 boolean knownToBeDead, int intentFlags, String hostingType, ComponentName hostingName,
3655 app, hostingType, hostingNameStr, abiOverride, entryPoint, entryPointArgs);
3665 String hostingType, String hostingNameStr) {
3666 startProcessLocked(app, hostingType, hostingNameStr, null /* abiOverride */,
3670 private final void startProcessLocked(ProcessRecord app, String hostingType, argument
3809 app.processName, hostingType,
3838 buf.append(hostingType);
3531 startProcessLocked(String processName, ApplicationInfo info, boolean knownToBeDead, int intentFlags, String hostingType, ComponentName hostingName, boolean allowWhileBooting, boolean isolated, boolean keepIfLarge) argument
3541 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
3664 startProcessLocked(ProcessRecord app, String hostingType, String hostingNameStr) argument
[all...]

Completed in 261 milliseconds