Searched refs:entryPointArgs (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityManagerService.java | 3610 int startIsolatedProcess(String entryPoint, String[] entryPointArgs, in startIsolatedProcess() argument 3630 uid, true /* keepIfLarge */, abiOverride, entryPoint, entryPointArgs, in startIsolatedProcess() 3649 String abiOverride, String entryPoint, String[] entryPointArgs, Runnable crashHandler) { in startProcessLocked() argument 3752 app, hostingType, hostingNameStr, abiOverride, entryPoint, entryPointArgs); in startProcessLocked() 3768 String hostingNameStr, String abiOverride, String entryPoint, String[] entryPointArgs) { in startProcessLocked() argument 3923 app.info.dataDir, null, entryPointArgs); in startProcessLocked() 3928 app.info.dataDir, invokeWith, entryPointArgs); in startProcessLocked() 23741 public int startIsolatedProcess(String entryPoint, String[] entryPointArgs, 23743 return ActivityManagerService.this.startIsolatedProcess(entryPoint, entryPointArgs,
|