Merge "Fix issue #7691456: adbd CPU usage identified as Bluetooth in battery stats" into jb-mr2-dev

This commit is contained in:
Dianne Hackborn
2013-04-10 21:15:15 +00:00
committed by Android (Google) Code Review
2 changed files with 0 additions and 6 deletions

View File

@@ -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

View File

@@ -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