Update language to comply with Android's inclusive language guidance

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

Bug: 161896447
Test: robotest & manual
Change-Id: I0254b07ba7ba096e33a9da3f828f99434ff07a2d
This commit is contained in:
Edgar Wang
2020-07-29 11:11:32 +08:00
parent 82450ec7f4
commit 7af9ea9c90
2 changed files with 16 additions and 16 deletions

View File

@@ -62,8 +62,8 @@ public class FingerprintEnrollEnrolling extends BiometricsEnrollEnrolling {
private static final int FINISH_DELAY = 250;
/**
* If we don't see progress during this time, we show an error message to remind the user that
* he needs to lift the finger and touch again.
* If we don't see progress during this time, we show an error message to remind the users that
* they need to lift the finger and touch again.
*/
private static final int HINT_TIMEOUT_DURATION = 2500;