Searched defs:hostingName (Results 1 - 1 of 1) sorted by relevance
/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ActivityManagerService.java | 4052 null /* hostingName */, true /* allowWhileBooting */, true /* isolated */, 4062 String hostingType, ComponentName hostingName, boolean allowWhileBooting, 4065 hostingName, allowWhileBooting, isolated, 0 /* isolatedUid */, keepIfLarge, 4072 boolean knownToBeDead, int intentFlags, String hostingType, ComponentName hostingName, 4142 String hostingNameStr = hostingName != null 4143 ? hostingName.flattenToShortString() : null; 20598 ComponentName hostingName = 20604 false, 0, "backup", hostingName, false, false, false); 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 [all...] |
Completed in 80 milliseconds