Searched defs:keepIfLarge (Results 1 - 1 of 1) sorted by relevance
/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ActivityManagerService.java | 3979 final ProcessRecord getProcessRecordLocked(String processName, int uid, boolean keepIfLarge) { argument 3997 if (false && proc != null && !keepIfLarge 4005 } else if (proc != null && !keepIfLarge 4053 uid, true /* keepIfLarge */, abiOverride, entryPoint, entryPointArgs, 4063 boolean isolated, boolean keepIfLarge) { 4065 hostingName, allowWhileBooting, isolated, 0 /* isolatedUid */, keepIfLarge, 4073 boolean allowWhileBooting, boolean isolated, int isolatedUid, boolean keepIfLarge, 4078 app = getProcessRecordLocked(processName, info.uid, keepIfLarge); 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 78 milliseconds