From 596307912b179d1a2e5fd6a5bb489be735af2b82 Mon Sep 17 00:00:00 2001 From: Amy Zhang Date: Wed, 29 Jul 2020 01:33:36 +0000 Subject: [PATCH] =?UTF-8?q?Update=20language=20in=20VtsHalPowerV1=5F2Targe?= =?UTF-8?q?tTest=20to=20comply=20with=20Android=E2=80=99s=20inclusive=20la?= =?UTF-8?q?nguage=20guidance?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://source.android.com/setup/contribute/respectful-code for reference BUG=161896447 Change-Id: I8de9ed6ead75243537f77bf358c5b3e443330a68 --- power/1.2/vts/functional/VtsHalPowerV1_2TargetTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/power/1.2/vts/functional/VtsHalPowerV1_2TargetTest.cpp b/power/1.2/vts/functional/VtsHalPowerV1_2TargetTest.cpp index a5ecf5d74b..aef525d6ec 100644 --- a/power/1.2/vts/functional/VtsHalPowerV1_2TargetTest.cpp +++ b/power/1.2/vts/functional/VtsHalPowerV1_2TargetTest.cpp @@ -37,7 +37,7 @@ class PowerHidlTest : public testing::TestWithParam { sp power; }; -// Sanity check Power::PowerHintAsync_1_2 on good and bad inputs. +// Validate Power::PowerHintAsync_1_2 on good and bad inputs. TEST_P(PowerHidlTest, PowerHintAsync_1_2) { std::vector hints; for (uint32_t i = static_cast(PowerHint::VSYNC);