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