Searched refs:entryPoint (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/services/core/java/com/android/server/am/ |
D | ProcessList.java | 1941 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 …]
|
D | ActivityManagerService.java | 3137 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/ |
D | ActivityManagerInternal.java | 80 public abstract boolean startIsolatedProcess(String entryPoint, String[] mainArgs, in startIsolatedProcess() argument
|
D | IApplicationThread.aidl | 78 void runIsolatedEntryPoint(in String entryPoint, in String[] entryPointArgs); in runIsolatedEntryPoint() argument
|
D | ActivityThread.java | 1097 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/ |
D | TransactionParcelTests.java | 655 public final void runIsolatedEntryPoint(String entryPoint, String[] entryPointArgs) { in runIsolatedEntryPoint() argument
|