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

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java3397 final ProcessRecord getProcessRecordLocked(String processName, int uid, boolean keepIfLarge) { argument
3415 if (false && proc != null && !keepIfLarge
3423 } else if (proc != null && !keepIfLarge
3471 uid, true /* keepIfLarge */, abiOverride, entryPoint, entryPointArgs,
3480 boolean isolated, boolean keepIfLarge) {
3482 hostingName, allowWhileBooting, isolated, 0 /* isolatedUid */, keepIfLarge,
3489 boolean allowWhileBooting, boolean isolated, int isolatedUid, boolean keepIfLarge,
3494 app = getProcessRecordLocked(processName, info.uid, keepIfLarge);
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 159 milliseconds