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

/frameworks/base/core/java/android/os/
H A DProcess.java101 * Use with {@link #setThreadPriority(int)} and
102 * {@link #setThreadPriority(int, int)}, <b>not</b> with the normal
116 * Use with {@link #setThreadPriority(int)} and
117 * {@link #setThreadPriority(int, int)}, <b>not</b> with the normal
126 * Use with {@link #setThreadPriority(int)} and
127 * {@link #setThreadPriority(int, int)}, <b>not</b> with the normal
137 * Use with {@link #setThreadPriority(int)} and
138 * {@link #setThreadPriority(int, int)}, <b>not</b> with the normal
147 * Use with {@link #setThreadPriority(int)} and
148 * {@link #setThreadPriority(in
616 public static final native void setThreadPriority(int tid, int priority) method in class:Process
663 public static final native void setThreadPriority(int priority) method in class:Process
[all...]

Completed in 18 milliseconds