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

/frameworks/base/core/java/android/os/
H A DProcess.java131 * Use with {@link #setThreadPriority(int)} and
132 * {@link #setThreadPriority(int, int)}, <b>not</b> with the normal
146 * Use with {@link #setThreadPriority(int)} and
147 * {@link #setThreadPriority(int, int)}, <b>not</b> with the normal
156 * Use with {@link #setThreadPriority(int)} and
157 * {@link #setThreadPriority(int, int)}, <b>not</b> with the normal
167 * Use with {@link #setThreadPriority(int)} and
168 * {@link #setThreadPriority(int, int)}, <b>not</b> with the normal
177 * Use with {@link #setThreadPriority(int)} and
178 * {@link #setThreadPriority(in
603 public static final native void setThreadPriority(int tid, int priority) method in class:Process
659 public static final native void setThreadPriority(int priority) method in class:Process
[all...]

Completed in 53 milliseconds