Searched refs:processClass (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/os/
H A DProcess.java343 * static main() function of a <var>processClass</var> is executed there.
347 * process is created and main() of <var>processClass</var> called there.
350 * give to the process instead of using processClass. This allows you to
352 * <var>processClass</var> to start them.
354 * @param processClass The class to use as the process's main entry
369 public static final ProcessStartResult start(final String processClass, argument
375 return startViaZygote(processClass, niceName, uid, gid, gids,
531 * @param processClass Class name whose static main() to run
543 private static ProcessStartResult startViaZygote(final String processClass, argument
598 argsForZygote.add(processClass);
[all...]
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java8157 private static String processClass(ProcessRecord process) { method in class:ActivityManagerService
8186 final String dropboxTag = processClass(process) + "_" + eventType;

Completed in 145 milliseconds