summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorChan Kim <kimchan@google.com>2023-08-21 21:40:57 +0000
committerChan Kim <kimchan@google.com>2023-08-22 08:09:24 +0000
commitd77ecab461642b4cc334ddf4fc7152e6c7e9b1a9 (patch)
tree40c6438b83539c53266fe6304c939e3e546cc234 /libs
parenta49cf9d153550c68cdd6433f8254eca4954ef123 (diff)
downloadcts-d77ecab461642b4cc334ddf4fc7152e6c7e9b1a9.tar.gz
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: I0acc1e9749e2a28b4230fea8b193649553afee1e
Diffstat (limited to 'libs')
-rw-r--r--libs/install/src/com/android/cts/install/lib/TestApp.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/install/src/com/android/cts/install/lib/TestApp.java b/libs/install/src/com/android/cts/install/lib/TestApp.java
index 8e550d9936a..9853bc907ec 100644
--- a/libs/install/src/com/android/cts/install/lib/TestApp.java
+++ b/libs/install/src/com/android/cts/install/lib/TestApp.java
@@ -27,7 +27,7 @@ import java.io.InputStream;
import java.util.function.Function;
/**
- * Collection of dummy apps used in tests.
+ * Collection of placeholder apps used in tests.
*/
public class TestApp {