mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 05:56:34 +00:00
Use backward compatible enum values.
Test: none Bug: 32020264 Change-Id: I4a9da7650c959de590ceea84f24a0918f32edbdb
This commit is contained in:
@@ -821,11 +821,11 @@ enum CdmaSmsWriteArgsStatus : int32_t {
|
||||
};
|
||||
|
||||
enum CellInfoType : int32_t {
|
||||
GSM,
|
||||
CDMA,
|
||||
LTE,
|
||||
WCDMA,
|
||||
TD_SCDMA
|
||||
GSM = 1,
|
||||
CDMA = 2,
|
||||
LTE = 3,
|
||||
WCDMA = 4,
|
||||
TD_SCDMA = 5
|
||||
};
|
||||
|
||||
enum TimeStampType : int32_t {
|
||||
|
||||
Reference in New Issue
Block a user