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

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java3024 final ProcessRecord getProcessRecordLocked(String processName, int uid, boolean keepIfLarge) { argument
3042 if (false && proc != null && !keepIfLarge
3050 } else if (proc != null && !keepIfLarge
3100 uid, true /* keepIfLarge */, abiOverride, entryPoint, entryPointArgs,
3109 boolean isolated, boolean keepIfLarge) {
3111 hostingName, allowWhileBooting, isolated, 0 /* isolatedUid */, keepIfLarge,
3118 boolean allowWhileBooting, boolean isolated, int isolatedUid, boolean keepIfLarge,
3123 app = getProcessRecordLocked(processName, info.uid, keepIfLarge);
3106 startProcessLocked(String processName, ApplicationInfo info, boolean knownToBeDead, int intentFlags, String hostingType, ComponentName hostingName, boolean allowWhileBooting, boolean isolated, boolean keepIfLarge) argument
3116 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 87 milliseconds