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

/frameworks/base/core/java/android/os/
H A DProcess.java155 * Use with {@link #setThreadPriority(int)} and
156 * {@link #setThreadPriority(int, int)}, <b>not</b> with the normal
170 * Use with {@link #setThreadPriority(int)} and
171 * {@link #setThreadPriority(int, int)}, <b>not</b> with the normal
180 * Use with {@link #setThreadPriority(int)} and
181 * {@link #setThreadPriority(int, int)}, <b>not</b> with the normal
191 * Use with {@link #setThreadPriority(int)} and
192 * {@link #setThreadPriority(int, int)}, <b>not</b> with the normal
201 * Use with {@link #setThreadPriority(int)} and
202 * {@link #setThreadPriority(in
712 public static final native void setThreadPriority(int tid, int priority) method in class:Process
777 public static final native void setThreadPriority(int priority) method in class:Process
[all...]

Completed in 47 milliseconds