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.java1729 final String entryPoint = "android.app.ActivityThread";
1731 return startProcessLocked(hostingRecord, entryPoint, app, uid, gids,
1750 boolean startProcessLocked(HostingRecord hostingRecord, String entryPoint, ProcessRecord app,
1782 entryPoint, app, app.startUid, gids, runtimeFlags, zygotePolicyFlags,
1804 entryPoint, app,
1912 private Process.ProcessStartResult startProcess(HostingRecord hostingRecord, String entryPoint,
1930 startResult = startWebView(entryPoint,
1938 startResult = appZygote.getProcess().start(entryPoint,
1946 startResult = Process.start(entryPoint,
1977 boolean keepIfLarge, String abiOverride, String entryPoint, String[] entryPointArgs,
[all …]
DActivityManagerService.java3021 boolean startIsolatedProcess(String entryPoint, String[] entryPointArgs, in startIsolatedProcess() argument
3035 info.className = entryPoint; in startIsolatedProcess()
3043 uid, true /* keepIfLarge */, abiOverride, entryPoint, entryPointArgs, in startIsolatedProcess()
17888 public boolean startIsolatedProcess(String entryPoint, String[] entryPointArgs, in startIsolatedProcess() argument
17890 return ActivityManagerService.this.startIsolatedProcess(entryPoint, entryPointArgs, in startIsolatedProcess()
/frameworks/base/core/java/android/app/
DActivityManagerInternal.java60 public abstract boolean startIsolatedProcess(String entryPoint, String[] mainArgs, in startIsolatedProcess() argument
DIApplicationThread.aidl77 void runIsolatedEntryPoint(in String entryPoint, in String[] entryPointArgs); in runIsolatedEntryPoint() argument
DActivityThread.java1066 public final void runIsolatedEntryPoint(String entryPoint, String[] entryPointArgs) { in runIsolatedEntryPoint() argument
1068 args.arg1 = entryPoint; in runIsolatedEntryPoint()
7099 private void handleRunIsolatedEntryPoint(String entryPoint, String[] entryPointArgs) { in handleRunIsolatedEntryPoint() argument
7101 Method main = Class.forName(entryPoint).getMethod("main", String[].class); in handleRunIsolatedEntryPoint()
/frameworks/base/core/tests/coretests/src/android/app/servertransaction/
DTransactionParcelTests.java632 public final void runIsolatedEntryPoint(String entryPoint, String[] entryPointArgs) { in runIsolatedEntryPoint() argument