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

/frameworks/base/core/java/android/os/
H A DProcess.java363 * static main() function of a <var>processClass</var> is executed there.
367 * process is created and main() of <var>processClass</var> called there.
370 * give to the process instead of using processClass. This allows you to
372 * <var>processClass</var> to start them.
374 * @param processClass The class to use as the process's main entry
390 public static final ProcessStartResult start(final String processClass, argument
398 return startViaZygote(processClass, niceName, uid, gid, gids,
554 * @param processClass Class name whose static main() to run
567 private static ProcessStartResult startViaZygote(final String processClass, argument
633 argsForZygote.add(processClass);
[all...]
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java8444 private static String processClass(ProcessRecord process) { method in class:ActivityManagerService
8473 final String dropboxTag = processClass(process) + "_" + eventType;

Completed in 32 milliseconds