diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2020-07-29 22:34:17 +0000 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2020-07-29 22:34:17 +0000 |
commit | f2f4e95bacb634cb327276e2cfe19191c3dfc150 (patch) | |
tree | 33b8b14225c70327d2694a8e8e43a2a7f8463a5d /services/appprediction | |
parent | bbe3a8716bfa44f8e9c4982f1623ee7519c8aafd (diff) | |
parent | 1f27abf5238308ddfb9a0bc571cca26caead9855 (diff) |
Merge "Update language to comply with Android's inclusive language guidance" am: b6488ac518 am: 1f27abf523
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1375936
Change-Id: Id5597b0e732c599413b60bc5c3e739a53f3fe720
Diffstat (limited to 'services/appprediction')
-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 103151dcdda5..7ee607c3eab4 100644 --- a/services/appprediction/java/com/android/server/appprediction/AppPredictionPerUserService.java +++ b/services/appprediction/java/com/android/server/appprediction/AppPredictionPerUserService.java @@ -219,7 +219,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; |