From 818ecfc860ecbed92ad161b55facc7169a3964f4 Mon Sep 17 00:00:00 2001 From: Amy Zhang Date: Wed, 29 Jul 2020 01:31:52 +0000 Subject: [PATCH] =?UTF-8?q?Update=20language=20in=20VtsHalPowerV1=5F1Targe?= =?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: I36a253fab9bb278517e66d30440e40a22b1605e6 --- power/1.1/vts/functional/VtsHalPowerV1_1TargetTest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/power/1.1/vts/functional/VtsHalPowerV1_1TargetTest.cpp b/power/1.1/vts/functional/VtsHalPowerV1_1TargetTest.cpp index e9a722c6f8..af960c5a39 100644 --- a/power/1.1/vts/functional/VtsHalPowerV1_1TargetTest.cpp +++ b/power/1.1/vts/functional/VtsHalPowerV1_1TargetTest.cpp @@ -41,7 +41,7 @@ class PowerHidlTest : public testing::TestWithParam { sp power; }; -// Sanity check Power::getSubsystemLowPowerStats(). +// Validate Power::getSubsystemLowPowerStats(). TEST_P(PowerHidlTest, GetSubsystemLowPowerStats) { hidl_vec vec; Status s; @@ -56,7 +56,7 @@ TEST_P(PowerHidlTest, GetSubsystemLowPowerStats) { ASSERT_TRUE(s == Status::SUCCESS || s == Status::FILESYSTEM_ERROR); } -// Sanity check Power::powerHintAsync on good and bad inputs. +// Validate Power::powerHintAsync on good and bad inputs. TEST_P(PowerHidlTest, PowerHintAsync) { PowerHint badHint = static_cast(0xA); auto hints = {PowerHint::VSYNC, PowerHint::INTERACTION, PowerHint::VIDEO_ENCODE,