Merge "Added SystemApi annotation to REASON_BLUETOOTH_BROADCAST" am: 77b596f2bf am: e1e07765ba
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1946687 Change-Id: I297ceab43df23b6ac1cb5a5f54f6e7b02872ee74
This commit is contained in:
@@ -235,7 +235,6 @@ public class PowerExemptionManager {
|
|||||||
public static final int REASON_LOCKED_BOOT_COMPLETED = 202;
|
public static final int REASON_LOCKED_BOOT_COMPLETED = 202;
|
||||||
/**
|
/**
|
||||||
* All Bluetooth broadcasts.
|
* All Bluetooth broadcasts.
|
||||||
* @hide
|
|
||||||
*/
|
*/
|
||||||
public static final int REASON_BLUETOOTH_BROADCAST = 203;
|
public static final int REASON_BLUETOOTH_BROADCAST = 203;
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -8508,6 +8508,7 @@ package android.os {
|
|||||||
field public static final int EVENT_UNSPECIFIED = 0; // 0x0
|
field public static final int EVENT_UNSPECIFIED = 0; // 0x0
|
||||||
field public static final int REASON_ACCOUNT_TRANSFER = 104; // 0x68
|
field public static final int REASON_ACCOUNT_TRANSFER = 104; // 0x68
|
||||||
field public static final int REASON_ACTIVITY_RECOGNITION = 103; // 0x67
|
field public static final int REASON_ACTIVITY_RECOGNITION = 103; // 0x67
|
||||||
|
field public static final int REASON_BLUETOOTH_BROADCAST = 203; // 0xcb
|
||||||
field public static final int REASON_GEOFENCING = 100; // 0x64
|
field public static final int REASON_GEOFENCING = 100; // 0x64
|
||||||
field public static final int REASON_LOCATION_PROVIDER = 312; // 0x138
|
field public static final int REASON_LOCATION_PROVIDER = 312; // 0x138
|
||||||
field public static final int REASON_OTHER = 1; // 0x1
|
field public static final int REASON_OTHER = 1; // 0x1
|
||||||
|
|||||||
Reference in New Issue
Block a user