Update language to comply with Android's inclusive language guidance

See https://source.android.com/setup/contribute/respectful-code
for reference.

Test: m ; atest TetheringTests
Bug: 161896447
Change-Id: Idc58697c72fb00896bee00185fefc50c1a24dd35
This commit is contained in:
Chiachang Wang
2020-07-29 12:05:04 +08:00
parent 06defe000d
commit 893335012c

View File

@@ -19,7 +19,7 @@ package android.net.util;
* This class defines Message.what base addresses for various state machine.
*/
public class TetheringMessageBase {
public static final int BASE_MASTER = 0;
public static final int BASE_MAIN_SM = 0;
public static final int BASE_IPSERVER = 100;
}