Loading api/current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -32220,6 +32220,7 @@ package android.os { field public static final int THREAD_PRIORITY_MORE_FAVORABLE = -1; // 0xffffffff field public static final int THREAD_PRIORITY_URGENT_AUDIO = -19; // 0xffffffed field public static final int THREAD_PRIORITY_URGENT_DISPLAY = -8; // 0xfffffff8 field public static final int THREAD_PRIORITY_VIDEO = -10; // 0xfffffff6 } public abstract class ProxyFileDescriptorCallback { core/java/android/os/Process.java +9 −0 Original line number Diff line number Diff line Loading @@ -268,6 +268,15 @@ public class Process { */ public static final int THREAD_PRIORITY_URGENT_DISPLAY = -8; /** * Standard priority of video threads. Applications can not normally * change to this priority. * Use with {@link #setThreadPriority(int)} and * {@link #setThreadPriority(int, int)}, <b>not</b> with the normal * {@link java.lang.Thread} class. */ public static final int THREAD_PRIORITY_VIDEO = -10; /** * Standard priority of audio threads. Applications can not normally * change to this priority. Loading Loading
api/current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -32220,6 +32220,7 @@ package android.os { field public static final int THREAD_PRIORITY_MORE_FAVORABLE = -1; // 0xffffffff field public static final int THREAD_PRIORITY_URGENT_AUDIO = -19; // 0xffffffed field public static final int THREAD_PRIORITY_URGENT_DISPLAY = -8; // 0xfffffff8 field public static final int THREAD_PRIORITY_VIDEO = -10; // 0xfffffff6 } public abstract class ProxyFileDescriptorCallback {
core/java/android/os/Process.java +9 −0 Original line number Diff line number Diff line Loading @@ -268,6 +268,15 @@ public class Process { */ public static final int THREAD_PRIORITY_URGENT_DISPLAY = -8; /** * Standard priority of video threads. Applications can not normally * change to this priority. * Use with {@link #setThreadPriority(int)} and * {@link #setThreadPriority(int, int)}, <b>not</b> with the normal * {@link java.lang.Thread} class. */ public static final int THREAD_PRIORITY_VIDEO = -10; /** * Standard priority of audio threads. Applications can not normally * change to this priority. Loading