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

Commit 5330ccdd authored by Hongguang Chen's avatar Hongguang Chen
Browse files

Use more inclusive language for #inclusivefixit

Updating language to comply with Android’s inclusive language guidance.

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

Bug: 161896447
Test: Trivial changes
Change-Id: Ia84d47930b5d9ca4a5f7c809777c886bece4f512
parent 4058c5cf
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1286,7 +1286,7 @@ TEST_P(UserdataPartition, UnlockErases) {
    ASSERT_TRUE(PartitionHash(fb.get(), "userdata", &hash_buf, &retcode, &err_msg)) << err_msg;
    ASSERT_TRUE(PartitionHash(fb.get(), "userdata", &hash_buf, &retcode, &err_msg)) << err_msg;
    ASSERT_EQ(retcode, 0) << err_msg;
    ASSERT_EQ(retcode, 0) << err_msg;


    // Sanity check of hash
    // Validity check of hash
    EXPECT_NE(hash_before, hash_buf)
    EXPECT_NE(hash_before, hash_buf)
            << "Writing a random buffer to 'userdata' had the same hash as after erasing it";
            << "Writing a random buffer to 'userdata' had the same hash as after erasing it";
    SetLockState(true);  // Lock the device
    SetLockState(true);  // Lock the device