Home
last modified time | relevance | path

Searched defs:entryPoint (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/app/
DIApplicationThread.aidl78 void runIsolatedEntryPoint(in String entryPoint, in String[] entryPointArgs); in runIsolatedEntryPoint()
DActivityManagerInternal.java80 public abstract boolean startIsolatedProcess(String entryPoint, String[] mainArgs, in startIsolatedProcess()
DActivityThread.java1097 public final void runIsolatedEntryPoint(String entryPoint, String[] entryPointArgs) { in runIsolatedEntryPoint()
7315 private void handleRunIsolatedEntryPoint(String entryPoint, String[] entryPointArgs) { in handleRunIsolatedEntryPoint()
/frameworks/base/core/tests/coretests/src/android/app/servertransaction/
DTransactionParcelTests.java655 public final void runIsolatedEntryPoint(String entryPoint, String[] entryPointArgs) { in runIsolatedEntryPoint()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java3137 boolean startIsolatedProcess(String entryPoint, String[] entryPointArgs, in startIsolatedProcess()
18957 public boolean startIsolatedProcess(String entryPoint, String[] entryPointArgs, in startIsolatedProcess()