From f242d50b18909cc28eecbc9b201444266c78c7c3 Mon Sep 17 00:00:00 2001 From: Yu Shan Date: Mon, 25 Oct 2021 13:51:40 -0700 Subject: [PATCH] Update epoch time property name. The EPOCH_TIME is renamed to ANDROID_EPOCH_TIME in ag/16039960. Test: Presubmit Bug: 204104488 Change-Id: Icba29460d608734d6b6f708caf148871c0efba46 --- .../GeneratorHub/test/FakeVehicleHalValueGeneratorsTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automotive/vehicle/aidl/impl/fake_impl/GeneratorHub/test/FakeVehicleHalValueGeneratorsTest.cpp b/automotive/vehicle/aidl/impl/fake_impl/GeneratorHub/test/FakeVehicleHalValueGeneratorsTest.cpp index 929d9b35f6..21aa680dda 100644 --- a/automotive/vehicle/aidl/impl/fake_impl/GeneratorHub/test/FakeVehicleHalValueGeneratorsTest.cpp +++ b/automotive/vehicle/aidl/impl/fake_impl/GeneratorHub/test/FakeVehicleHalValueGeneratorsTest.cpp @@ -191,7 +191,7 @@ TEST_F(FakeVehicleHalValueGeneratorsTest, testLinerFakeValueGeneratorInt32) { TEST_F(FakeVehicleHalValueGeneratorsTest, testLinerFakeValueGeneratorInt64) { std::unique_ptr generator = - std::make_unique(toInt(VehicleProperty::EPOCH_TIME), + std::make_unique(toInt(VehicleProperty::ANDROID_EPOCH_TIME), /*middleValue=*/50.0, /*initValue=*/30.0, /*dispersion=*/50.0,