Merge "Add MILLI_SECS to VehicleUnit.aidl"

This commit is contained in:
Aaqib Ismail
2023-02-10 02:27:21 +00:00
committed by Android (Google) Code Review
2 changed files with 2 additions and 0 deletions

View File

@@ -52,6 +52,7 @@ enum VehicleUnit {
US_GALLON = 0x42,
IMPERIAL_GALLON = 0x43,
NANO_SECS = 0x50,
MILLI_SECS = 0x51,
SECS = 0x53,
YEAR = 0x59,
WATT_HOUR = 0x60,

View File

@@ -43,6 +43,7 @@ enum VehicleUnit {
US_GALLON = 0x42,
IMPERIAL_GALLON = 0x43,
NANO_SECS = 0x50,
MILLI_SECS = 0x51,
SECS = 0x53,
YEAR = 0x59,
WATT_HOUR = 0x60,