Merge "Update language to comply with Android's inclusive language guidance" am: 0521eb758a

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1384138

Change-Id: If60583d39beeb643bffad3f8e86a07e480ec97cd
This commit is contained in:
Treehugger Robot
2020-07-31 23:35:50 +00:00
committed by Automerger Merge Worker

View File

@@ -307,7 +307,7 @@ public class AppTimeLimitController {
}
} else {
if (mActives > mObserved.length) {
// Try to get to a sane state and log the issue
// Try to get to a valid state and log the issue
mActives = mObserved.length;
final UserData user = mUserRef.get();
if (user == null) return;
@@ -334,7 +334,7 @@ public class AppTimeLimitController {
cancelCheckTimeoutLocked(this);
} else {
if (mActives < 0) {
// Try to get to a sane state and log the issue
// Try to get to a valid state and log the issue
mActives = 0;
final UserData user = mUserRef.get();
if (user == null) return;