am 064fab54: Merge "Fix issue #7691456: adbd CPU usage identified as Bluetooth in battery stats" into jb-mr2-dev
* commit '064fab54d743c6b00319ec08669e8b0872625317': Fix issue #7691456: adbd CPU usage identified as Bluetooth in battery stats
This commit is contained in:
@@ -16835,7 +16835,6 @@ package android.os {
|
||||
method public static final void setThreadPriority(int, int) throws java.lang.IllegalArgumentException, java.lang.SecurityException;
|
||||
method public static final void setThreadPriority(int) throws java.lang.IllegalArgumentException, java.lang.SecurityException;
|
||||
method public static final deprecated boolean supportsProcesses();
|
||||
field public static final int BLUETOOTH_GID = 2000; // 0x7d0
|
||||
field public static final int FIRST_APPLICATION_UID = 10000; // 0x2710
|
||||
field public static final int LAST_APPLICATION_UID = 19999; // 0x4e1f
|
||||
field public static final int PHONE_UID = 1001; // 0x3e9
|
||||
|
||||
@@ -165,11 +165,6 @@ public class Process {
|
||||
*/
|
||||
public static final int LAST_SHARED_APPLICATION_GID = 59999;
|
||||
|
||||
/**
|
||||
* Defines a secondary group id for access to the bluetooth hardware.
|
||||
*/
|
||||
public static final int BLUETOOTH_GID = 2000;
|
||||
|
||||
/**
|
||||
* Standard priority of application threads.
|
||||
* Use with {@link #setThreadPriority(int)} and
|
||||
|
||||
Reference in New Issue
Block a user