Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 064fab54 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android (Google) Code Review
Browse files

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

parents f7104136 2323dd8d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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
+0 −5
Original line number Diff line number Diff line
@@ -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