Merge "Update language to comply with Android's inclusive language guidance" am: 558a921d81
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1382388 Change-Id: If839338c8ea8a34afd896aac93e1118e8e2685bb
This commit is contained in:
@@ -532,7 +532,7 @@ public class ViewDebug {
|
|||||||
@UnsupportedAppUsage
|
@UnsupportedAppUsage
|
||||||
static void dispatchCommand(View view, String command, String parameters,
|
static void dispatchCommand(View view, String command, String parameters,
|
||||||
OutputStream clientStream) throws IOException {
|
OutputStream clientStream) throws IOException {
|
||||||
// Paranoid but safe...
|
// Just being cautious...
|
||||||
view = view.getRootView();
|
view = view.getRootView();
|
||||||
|
|
||||||
if (REMOTE_COMMAND_DUMP.equalsIgnoreCase(command)) {
|
if (REMOTE_COMMAND_DUMP.equalsIgnoreCase(command)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user