Home
last modified time | relevance | path

Searched refs:entryPoint (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DProcessList.java1941 final String entryPoint = "android.app.ActivityThread";
1943 return startProcessLocked(hostingRecord, entryPoint, app, uid, gids,
1962 boolean startProcessLocked(HostingRecord hostingRecord, String entryPoint, ProcessRecord app,
1992 app, entryPoint, gids, runtimeFlags, zygotePolicyFlags, mountExternal,
1998 entryPoint, app,
2019 private void handleProcessStart(final ProcessRecord app, final String entryPoint,
2056 entryPoint, app, app.startUid, gids, runtimeFlags, zygotePolicyFlags,
2201 private Process.ProcessStartResult startProcess(HostingRecord hostingRecord, String entryPoint,
2278 startResult = startWebView(entryPoint,
2287 startResult = appZygote.getProcess().start(entryPoint,
[all …]
DActivityManagerService.java3137 boolean startIsolatedProcess(String entryPoint, String[] entryPointArgs, in startIsolatedProcess() argument
3151 info.className = entryPoint; in startIsolatedProcess()
3159 uid, true /* keepIfLarge */, abiOverride, entryPoint, entryPointArgs, in startIsolatedProcess()
18957 public boolean startIsolatedProcess(String entryPoint, String[] entryPointArgs, in startIsolatedProcess() argument
18959 return ActivityManagerService.this.startIsolatedProcess(entryPoint, entryPointArgs, in startIsolatedProcess()
/frameworks/base/core/java/android/app/
DActivityManagerInternal.java80 public abstract boolean startIsolatedProcess(String entryPoint, String[] mainArgs, in startIsolatedProcess() argument
DIApplicationThread.aidl78 void runIsolatedEntryPoint(in String entryPoint, in String[] entryPointArgs); in runIsolatedEntryPoint() argument
DActivityThread.java1097 public final void runIsolatedEntryPoint(String entryPoint, String[] entryPointArgs) { in runIsolatedEntryPoint() argument
1099 args.arg1 = entryPoint; in runIsolatedEntryPoint()
7315 private void handleRunIsolatedEntryPoint(String entryPoint, String[] entryPointArgs) { in handleRunIsolatedEntryPoint() argument
7317 Method main = Class.forName(entryPoint).getMethod("main", String[].class); in handleRunIsolatedEntryPoint()
/frameworks/base/core/tests/coretests/src/android/app/servertransaction/
DTransactionParcelTests.java655 public final void runIsolatedEntryPoint(String entryPoint, String[] entryPointArgs) { in runIsolatedEntryPoint() argument