summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Chan Kim <kimchan@google.com> 2023-08-21 21:38:58 +0000
committer Chan Kim <kimchan@google.com> 2023-08-22 08:09:30 +0000
commit9a0ec5d9832d3d4dc6f4ac335f949c0d15f6b0d9 (patch)
tree94bb8de5c855014925bdf9ee5acf6b104fa00dde
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: I44cea1b760a09c896d188bf8fdd9ce152e959526
-rw-r--r--telephony/common/com/android/internal/telephony/SmsApplication.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/telephony/common/com/android/internal/telephony/SmsApplication.java b/telephony/common/com/android/internal/telephony/SmsApplication.java
index 423022599de6..dc75fb579dbe 100644
--- a/telephony/common/com/android/internal/telephony/SmsApplication.java
+++ b/telephony/common/com/android/internal/telephony/SmsApplication.java
@@ -783,7 +783,7 @@ public final class SmsApplication {
AppOpsManager.MODE_ALLOWED);
}
} catch (NameNotFoundException e) {
- // No whitelisted system app on this device
+ // No allowlisted system app on this device
Log.e(LOG_TAG, "Package not found: " + packageName);
}