diff options
author | Saint Chou <saintchou@google.com> | 2020-07-29 08:37:31 +0000 |
---|---|---|
committer | Saint Chou <saintchou@google.com> | 2020-07-29 09:35:06 +0000 |
commit | 318bf6cbf7332a807ebfe08ae6239ef49da7a0e8 (patch) | |
tree | 4aac5f49b5ad5abf92fc9cfc6836b4d9fb65747e /services/appprediction/java | |
parent | ce4d7d9493cf54961710a3f7ce2730ecdf94a72a (diff) |
Update language to comply with Android's inclusive language guidance
See https://source.android.com/setup/contribute/respectful-code for reference
#inclusivefixit
Bug: 161896447
Change-Id: I81c993e09ccf32b715d1d4df8735a4bd11f53749
Test: NA (Comment only)
Diffstat (limited to 'services/appprediction/java')
-rw-r--r-- | services/appprediction/java/com/android/server/appprediction/AppPredictionPerUserService.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/appprediction/java/com/android/server/appprediction/AppPredictionPerUserService.java b/services/appprediction/java/com/android/server/appprediction/AppPredictionPerUserService.java index 4f49fb7578a1..f35d334b63a7 100644 --- a/services/appprediction/java/com/android/server/appprediction/AppPredictionPerUserService.java +++ b/services/appprediction/java/com/android/server/appprediction/AppPredictionPerUserService.java @@ -228,7 +228,7 @@ public class AppPredictionPerUserService extends if (connected) { synchronized (mLock) { if (mZombie) { - // Sanity check - shouldn't happen + // Validation check - shouldn't happen if (mRemoteService == null) { Slog.w(TAG, "Cannot resurrect sessions because remote service is null"); return; |