Update language to comply with Android's inclusive language guidance

See https://source.android.com/setup/contribute/respectful-code for reference
 
Test: Presubmit
Bug: 161896447

Change-Id: Icf24f492929b1b69d9eb78059a498d77273bd7a8
This commit is contained in:
Curtis Belmonte
2020-07-28 21:34:54 +00:00
parent 1b2995ca3f
commit 6612511cc4

View File

@@ -397,7 +397,7 @@ public class Clock extends TextView implements DemoMode, Tunable, CommandQueue.C
mContentDescriptionFormat = new SimpleDateFormat(format);
/*
* Search for an unquoted "a" in the format string, so we can
* add dummy characters around it to let us find it again after
* add marker characters around it to let us find it again after
* formatting and change its size.
*/
if (mAmPmStyle != AM_PM_STYLE_NORMAL) {