From 9a0ec5d9832d3d4dc6f4ac335f949c0d15f6b0d9 Mon Sep 17 00:00:00 2001 From: Chan Kim Date: Mon, 21 Aug 2023 21:38:58 +0000 Subject: 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 --- telephony/common/com/android/internal/telephony/SmsApplication.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- cgit v1.2.3-59-g8ed1b