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

/frameworks/base/core/java/android/os/
H A DProcess.java240 * <p>The niceName parameter, if not an empty string, is a custom name to
247 * @param niceName A more readable name to use for the process.
261 final String niceName,
268 return startViaZygote(processClass, niceName, uid, gid, gids,
286 if (niceName != null) {
287 new Thread(runnable, niceName).start();
480 * @param niceName 'nice' process name to appear in ps
491 final String niceName,
539 if (niceName != null) {
540 argsForZygote.add("--nice-name=" + niceName);
260 start(final String processClass, final String niceName, int uid, int gid, int[] gids, int debugFlags, String[] zygoteArgs) argument
490 startViaZygote(final String processClass, final String niceName, final int uid, final int gid, final int[] gids, int debugFlags, String[] extraArgs) argument
[all...]

Completed in 25 milliseconds