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

/frameworks/base/core/java/android/os/
H A DProcess.java207 * Use with {@link #setThreadPriority(int)} and
208 * {@link #setThreadPriority(int, int)}, <b>not</b> with the normal
222 * Use with {@link #setThreadPriority(int)} and
223 * {@link #setThreadPriority(int, int)}, <b>not</b> with the normal
232 * Use with {@link #setThreadPriority(int)} and
233 * {@link #setThreadPriority(int, int)}, <b>not</b> with the normal
243 * Use with {@link #setThreadPriority(int)} and
244 * {@link #setThreadPriority(int, int)}, <b>not</b> with the normal
253 * Use with {@link #setThreadPriority(int)} and
254 * {@link #setThreadPriority(in
959 public static final native void setThreadPriority(int tid, int priority) method in class:Process
1062 public static final native void setThreadPriority(int priority) method in class:Process
[all...]

Completed in 1469 milliseconds