Searched refs:isolatedEntryPointArgs (Results 1 – 3 of 3) sorted by relevance
267 String[] isolatedEntryPointArgs; // Arguments to pass to isolatedEntryPoint's main(). field in ProcessRecord517 if (isolatedEntryPoint != null || isolatedEntryPointArgs != null) { in dump()520 pw.println(Arrays.toString(isolatedEntryPointArgs)); in dump()
2056 app.isolatedEntryPointArgs = entryPointArgs;
5079 thread.runIsolatedEntryPoint(app.isolatedEntryPoint, app.isolatedEntryPointArgs); in attachApplicationLocked()