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

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java3524 null /* hostingName */, true /* allowWhileBooting */, true /* isolated */,
3533 String hostingType, ComponentName hostingName, boolean allowWhileBooting,
3536 hostingName, allowWhileBooting, isolated, 0 /* isolatedUid */, keepIfLarge,
3543 boolean allowWhileBooting, boolean isolated, int isolatedUid, boolean keepIfLarge,
3643 && !allowWhileBooting) {
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 3529 milliseconds