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

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java3451 final ProcessRecord getProcessRecordLocked(String processName, int uid, boolean keepIfLarge) { argument
3469 if (false && proc != null && !keepIfLarge
3477 } else if (proc != null && !keepIfLarge
3525 uid, true /* keepIfLarge */, abiOverride, entryPoint, entryPointArgs,
3534 boolean isolated, boolean keepIfLarge) {
3536 hostingName, allowWhileBooting, isolated, 0 /* isolatedUid */, keepIfLarge,
3543 boolean allowWhileBooting, boolean isolated, int isolatedUid, boolean keepIfLarge,
3548 app = getProcessRecordLocked(processName, info.uid, keepIfLarge);
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

Completed in 4166 milliseconds