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

Commit 59630791 authored by Amy Zhang's avatar Amy Zhang
Browse files

Update language in VtsHalPowerV1_2TargetTest to comply with Android’s inclusive language guidance

See https://source.android.com/setup/contribute/respectful-code for reference


BUG=161896447

Change-Id: I8de9ed6ead75243537f77bf358c5b3e443330a68
parent 3d5e0bb6
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -37,7 +37,7 @@ class PowerHidlTest : public testing::TestWithParam<std::string> {
    sp<IPower> power;
    sp<IPower> 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) {
TEST_P(PowerHidlTest, PowerHintAsync_1_2) {
    std::vector<PowerHint> hints;
    std::vector<PowerHint> hints;
    for (uint32_t i = static_cast<uint32_t>(PowerHint::VSYNC);
    for (uint32_t i = static_cast<uint32_t>(PowerHint::VSYNC);