Loading api/current.txt +0 −1 Original line number Diff line number Diff line Loading @@ -29101,7 +29101,6 @@ package android.os { field public static final int RELEASE_FLAG_WAIT_FOR_NO_PROXIMITY = 1; // 0x1 field public static final deprecated int SCREEN_BRIGHT_WAKE_LOCK = 10; // 0xa field public static final deprecated int SCREEN_DIM_WAKE_LOCK = 6; // 0x6 field public static final int SUSTAINED_PERFORMANCE_WAKE_LOCK = 256; // 0x100 } public final class PowerManager.WakeLock { api/system-current.txt +0 −1 Original line number Diff line number Diff line Loading @@ -31404,7 +31404,6 @@ package android.os { field public static final int RELEASE_FLAG_WAIT_FOR_NO_PROXIMITY = 1; // 0x1 field public static final deprecated int SCREEN_BRIGHT_WAKE_LOCK = 10; // 0xa field public static final deprecated int SCREEN_DIM_WAKE_LOCK = 6; // 0x6 field public static final int SUSTAINED_PERFORMANCE_WAKE_LOCK = 256; // 0x100 field public static final int USER_ACTIVITY_EVENT_BUTTON = 1; // 0x1 field public static final int USER_ACTIVITY_EVENT_OTHER = 0; // 0x0 field public static final int USER_ACTIVITY_EVENT_TOUCH = 2; // 0x2 api/test-current.txt +0 −1 Original line number Diff line number Diff line Loading @@ -29110,7 +29110,6 @@ package android.os { field public static final int RELEASE_FLAG_WAIT_FOR_NO_PROXIMITY = 1; // 0x1 field public static final deprecated int SCREEN_BRIGHT_WAKE_LOCK = 10; // 0xa field public static final deprecated int SCREEN_DIM_WAKE_LOCK = 6; // 0x6 field public static final int SUSTAINED_PERFORMANCE_WAKE_LOCK = 256; // 0x100 } public final class PowerManager.WakeLock { core/java/android/os/PowerManager.java +2 −0 Original line number Diff line number Diff line Loading @@ -224,6 +224,8 @@ public final class PowerManager { * This is used by Gaming and VR applications to ensure the device provides * will provide consistent performance over a large amount of time. * </p> * * {@hide} */ public static final int SUSTAINED_PERFORMANCE_WAKE_LOCK = 0x00000100; Loading Loading
api/current.txt +0 −1 Original line number Diff line number Diff line Loading @@ -29101,7 +29101,6 @@ package android.os { field public static final int RELEASE_FLAG_WAIT_FOR_NO_PROXIMITY = 1; // 0x1 field public static final deprecated int SCREEN_BRIGHT_WAKE_LOCK = 10; // 0xa field public static final deprecated int SCREEN_DIM_WAKE_LOCK = 6; // 0x6 field public static final int SUSTAINED_PERFORMANCE_WAKE_LOCK = 256; // 0x100 } public final class PowerManager.WakeLock {
api/system-current.txt +0 −1 Original line number Diff line number Diff line Loading @@ -31404,7 +31404,6 @@ package android.os { field public static final int RELEASE_FLAG_WAIT_FOR_NO_PROXIMITY = 1; // 0x1 field public static final deprecated int SCREEN_BRIGHT_WAKE_LOCK = 10; // 0xa field public static final deprecated int SCREEN_DIM_WAKE_LOCK = 6; // 0x6 field public static final int SUSTAINED_PERFORMANCE_WAKE_LOCK = 256; // 0x100 field public static final int USER_ACTIVITY_EVENT_BUTTON = 1; // 0x1 field public static final int USER_ACTIVITY_EVENT_OTHER = 0; // 0x0 field public static final int USER_ACTIVITY_EVENT_TOUCH = 2; // 0x2
api/test-current.txt +0 −1 Original line number Diff line number Diff line Loading @@ -29110,7 +29110,6 @@ package android.os { field public static final int RELEASE_FLAG_WAIT_FOR_NO_PROXIMITY = 1; // 0x1 field public static final deprecated int SCREEN_BRIGHT_WAKE_LOCK = 10; // 0xa field public static final deprecated int SCREEN_DIM_WAKE_LOCK = 6; // 0x6 field public static final int SUSTAINED_PERFORMANCE_WAKE_LOCK = 256; // 0x100 } public final class PowerManager.WakeLock {
core/java/android/os/PowerManager.java +2 −0 Original line number Diff line number Diff line Loading @@ -224,6 +224,8 @@ public final class PowerManager { * This is used by Gaming and VR applications to ensure the device provides * will provide consistent performance over a large amount of time. * </p> * * {@hide} */ public static final int SUSTAINED_PERFORMANCE_WAKE_LOCK = 0x00000100; Loading