Searched refs:isolatedEntryPoint (Results 1 – 4 of 4) sorted by relevance
265 String isolatedEntryPoint; // Class to run on start if this is a special isolated process. field in ProcessRecord514 if (isolatedEntryPoint != null || isolatedEntryPointArgs != null) { in dump()515 pw.print(prefix); pw.print("isolatedEntryPoint="); pw.println(isolatedEntryPoint); in dump()
1929 app.isolatedEntryPoint = entryPoint;2037 if (app.isolatedEntryPoint != null) { in handleProcessStartedLocked()2039 buf.append(app.isolatedEntryPoint); in handleProcessStartedLocked()
491 if (app.isolated && app.services.size() <= 0 && app.isolatedEntryPoint == null) { in updateOomAdjLocked()
5046 if (app.isolatedEntryPoint != null) { in attachApplicationLocked()5049 thread.runIsolatedEntryPoint(app.isolatedEntryPoint, app.isolatedEntryPointArgs); in attachApplicationLocked()