Merge "Update language to comply with Android's inclusive language guidance" am: 296355cba3 am: a5958c2cba am: 36efe13de9
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1373419 Change-Id: I1f4becb31d39e151e64fc18ab420c23a6682eed7
This commit is contained in:
@@ -922,7 +922,7 @@ public class UsbPortManager {
|
|||||||
contaminantDetectionStatus);
|
contaminantDetectionStatus);
|
||||||
mPorts.put(portId, portInfo);
|
mPorts.put(portId, portInfo);
|
||||||
} else {
|
} else {
|
||||||
// Sanity check that ports aren't changing definition out from under us.
|
// Validate that ports aren't changing definition out from under us.
|
||||||
if (supportedModes != portInfo.mUsbPort.getSupportedModes()) {
|
if (supportedModes != portInfo.mUsbPort.getSupportedModes()) {
|
||||||
logAndPrint(Log.WARN, pw, "Ignoring inconsistent list of supported modes from "
|
logAndPrint(Log.WARN, pw, "Ignoring inconsistent list of supported modes from "
|
||||||
+ "USB port driver (should be immutable): "
|
+ "USB port driver (should be immutable): "
|
||||||
|
|||||||
Reference in New Issue
Block a user