Modify the name of power_anomaly_event enum fields
Test: manual Bug: 291689623 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:93112b075979c2829bd3fa14c87160e361f66a82) Change-Id: I1df76167548033887a6227d7b643117c28d68125
This commit is contained in:
@@ -25,8 +25,8 @@ message PowerAnomalyEvent {
|
||||
//
|
||||
// Next id: 2
|
||||
enum PowerAnomalyType{
|
||||
SETTINGS_BANNER = 0;
|
||||
APPS_ITEM = 1;
|
||||
TYPE_SETTINGS_BANNER = 0;
|
||||
TYPE_APPS_ITEM = 1;
|
||||
}
|
||||
|
||||
// NOTE: Please DO NOT delete enum items or change enum values. Use [deprecated = true] instead.
|
||||
@@ -34,9 +34,9 @@ enum PowerAnomalyType{
|
||||
//
|
||||
// Next id: 3
|
||||
enum PowerAnomalyKey{
|
||||
BRIGHTNESS = 0;
|
||||
SCREEN_TIMEOUT = 1;
|
||||
APP = 2;
|
||||
KEY_BRIGHTNESS = 0;
|
||||
KEY_SCREEN_TIMEOUT = 1;
|
||||
KEY_APP = 2;
|
||||
}
|
||||
|
||||
message WarningBannerInfo {
|
||||
|
Reference in New Issue
Block a user