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

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java3470 null /* hostingName */, true /* allowWhileBooting */, true /* isolated */,
3479 String hostingType, ComponentName hostingName, boolean allowWhileBooting,
3482 hostingName, allowWhileBooting, isolated, 0 /* isolatedUid */, keepIfLarge,
3488 boolean knownToBeDead, int intentFlags, String hostingType, ComponentName hostingName,
3566 String hostingNameStr = hostingName != null
3567 ? hostingName.flattenToShortString() : null;
17134 ComponentName hostingName = (backupMode == IApplicationThread.BACKUP_MODE_INCREMENTAL)
17139 false, 0, "backup", hostingName, false, false, false);
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

Completed in 452 milliseconds