[Settings] Inclusive language for Data Usage
Change wordings in data usage part into inclusive language. Bug: 160707804 Test: make RunSettingsRoboTests Change-Id: I713e52df8201413b884257a51bc1f71a0d43179d
This commit is contained in:
@@ -304,12 +304,12 @@ public class AllInOneTetherSettings extends RestrictedDashboardFragment
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onWhitelistStatusChanged(int uid, boolean isWhitelisted) {
|
||||
public void onAllowlistStatusChanged(int uid, boolean isAllowlisted) {
|
||||
// Do nothing
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onBlacklistStatusChanged(int uid, boolean isBlacklisted) {
|
||||
public void onDenylistStatusChanged(int uid, boolean isDenylisted) {
|
||||
// Do nothing
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user