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

/frameworks/base/core/java/android/os/
H A DProcess.java175 * Use with {@link #setThreadPriority(int)} and
176 * {@link #setThreadPriority(int, int)}, <b>not</b> with the normal
190 * Use with {@link #setThreadPriority(int)} and
191 * {@link #setThreadPriority(int, int)}, <b>not</b> with the normal
200 * Use with {@link #setThreadPriority(int)} and
201 * {@link #setThreadPriority(int, int)}, <b>not</b> with the normal
211 * Use with {@link #setThreadPriority(int)} and
212 * {@link #setThreadPriority(int, int)}, <b>not</b> with the normal
221 * Use with {@link #setThreadPriority(int)} and
222 * {@link #setThreadPriority(in
760 public static final native void setThreadPriority(int tid, int priority) method in class:Process
825 public static final native void setThreadPriority(int priority) method in class:Process
[all...]

Completed in 7 milliseconds