summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Chan Kim <kimchan@google.com> 2023-08-21 21:39:25 +0000
committer Chan Kim <kimchan@google.com> 2023-08-22 08:08:47 +0000
commit03ee769bddfa241cb6cc591a0aadfedafd4c0401 (patch)
tree4514ddc04974d36ce733b4f2b00c72ccd166dad8
parenta2d740da81964480f384a4925fe7ddcf3782a498 (diff)
Update language to comply with Android's inclusive language guidance
See https://source.android.com/setup/contribute/respectful-code for reference For this round, the fixes are only applied to the following to minimize breaking dependencies: * comments (excluding javaDoc annotations) * private constants * private functions * parameters within functions BYPASS_INCLUSIVE_LANGUAGE_REASON=Just updating a few select inclusive language violations. No-Typo-Check: Changes focused on inclusive language violations. BUG: 295342157 Change-Id: I99097f77917eb64fb0cc6ddb2137d836de898552
-rw-r--r--tests/Internal/src/stub/DummyWallpaperService.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Internal/src/stub/DummyWallpaperService.java b/tests/Internal/src/stub/DummyWallpaperService.java
index 084c036bea26..db1b7805a316 100644
--- a/tests/Internal/src/stub/DummyWallpaperService.java
+++ b/tests/Internal/src/stub/DummyWallpaperService.java
@@ -19,7 +19,7 @@ package stub;
import android.service.wallpaper.WallpaperService;
/**
- * Dummy wallpaper service only for test purposes, won't draw anything.
+ * Placeholder wallpaper service only for test purposes, won't draw anything.
*/
public class DummyWallpaperService extends WallpaperService {
@Override