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

/frameworks/base/core/java/android/os/
H A DProcess.java192 * Use with {@link #setThreadPriority(int)} and
193 * {@link #setThreadPriority(int, int)}, <b>not</b> with the normal
207 * Use with {@link #setThreadPriority(int)} and
208 * {@link #setThreadPriority(int, int)}, <b>not</b> with the normal
217 * Use with {@link #setThreadPriority(int)} and
218 * {@link #setThreadPriority(int, int)}, <b>not</b> with the normal
228 * Use with {@link #setThreadPriority(int)} and
229 * {@link #setThreadPriority(int, int)}, <b>not</b> with the normal
238 * Use with {@link #setThreadPriority(int)} and
239 * {@link #setThreadPriority(in
867 public static final native void setThreadPriority(int tid, int priority) method in class:Process
940 public static final native void setThreadPriority(int priority) method in class:Process
[all...]

Completed in 480 milliseconds