Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit afc11519 authored by Kai Wang's avatar Kai Wang Committed by Android (Google) Code Review
Browse files

Merge "Rename Unix_time property to EPOCH_TIME" into sc-dev

parents 561d79e0 3be21ccf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1201,7 +1201,7 @@ const ConfigDeclaration kVehicleProperties[]{
        {
                .config =
                        {
                                .prop = toInt(VehicleProperty::UNIX_TIME),
                                .prop = toInt(VehicleProperty::EPOCH_TIME),
                                .access = VehiclePropertyAccess::READ_WRITE,
                                .changeMode = VehiclePropertyChangeMode::ON_CHANGE,
                        },
+1 −1
Original line number Diff line number Diff line
@@ -1446,7 +1446,7 @@ enum VehicleProperty : int32_t {
     * @access VehiclePropertyAccess:READ_WRITE
     * @unit VehicleUnit:MILLI_SECS
     */
    UNIX_TIME = (
    EPOCH_TIME = (
        0x0606
        | VehiclePropertyGroup:SYSTEM
        | VehiclePropertyType:INT64