Searched defs:isolated (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DProcessRecord.java64 final boolean isolated; // true if this is a special isolated process field in class:ProcessRecord
65 final int uid; // uid of process; may be different from 'info' if isolated
448 isolated = _info.uid != _uid;
H A DActivityManagerService.java740 * The currently running isolated processes.
745 * Counter for assigning isolated process uids, to avoid frequently reusing the
2938 private HashMap<String, IBinder> getCommonServicesLocked(boolean isolated) { argument
2941 if (isolated) {
3511 // For isolated processes, the former contains the parent's uid and the latter the
3512 // actual uid of the isolated process.
3513 // In the special case introduced by this method (which is, starting an isolated
3517 // the |isolated| logic in the ProcessRecord constructor.
3524 null /* hostingName */, true /* allowWhileBooting */, true /* isolated */,
3534 boolean isolated, boolea
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
11461 newProcessRecordLocked(ApplicationInfo info, String customProcess, boolean isolated, int isolatedUid) argument
11510 addAppLocked(ApplicationInfo info, boolean isolated, String abiOverride) argument
[all...]

Completed in 54 milliseconds