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

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java3098 false /* knownToBeDead */, 0 /* intentFlags */, "" /* hostingType */,
3108 String hostingType, ComponentName hostingName, boolean allowWhileBooting,
3110 return startProcessLocked(processName, info, knownToBeDead, intentFlags, hostingType,
3117 boolean knownToBeDead, int intentFlags, String hostingType, ComponentName hostingName,
3232 app, hostingType, hostingNameStr, abiOverride, entryPoint, entryPointArgs);
3242 String hostingType, String hostingNameStr) {
3243 startProcessLocked(app, hostingType, hostingNameStr, null /* abiOverride */,
3247 private final void startProcessLocked(ProcessRecord app, String hostingType, argument
3392 app.processName, hostingType,
3414 buf.append(hostingType);
3106 startProcessLocked(String processName, ApplicationInfo info, boolean knownToBeDead, int intentFlags, String hostingType, ComponentName hostingName, boolean allowWhileBooting, boolean isolated, boolean keepIfLarge) argument
3116 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
3241 startProcessLocked(ProcessRecord app, String hostingType, String hostingNameStr) argument
[all...]

Completed in 70 milliseconds