Refactor Reset options Settings
Update language to comply with Android's inclusive language guidance See https://source.android.com/setup/contribute/respectful-code for reference Bug: 161896447 Test: robotest & manual Change-Id: I94969f6903d047b9bc41b1e8c14096c92c460b38
This commit is contained in:
@@ -188,7 +188,7 @@ public class ResetNetworkConfirm extends InstrumentedFragment {
|
||||
progressDialog.setIndeterminate(true);
|
||||
progressDialog.setCancelable(false);
|
||||
progressDialog.setMessage(
|
||||
context.getString(R.string.master_clear_progress_text));
|
||||
context.getString(R.string.main_clear_progress_text));
|
||||
return progressDialog;
|
||||
}
|
||||
|
||||
@@ -251,7 +251,7 @@ public class ResetNetworkConfirm extends InstrumentedFragment {
|
||||
if (args != null) {
|
||||
mSubId = args.getInt(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX,
|
||||
SubscriptionManager.INVALID_SUBSCRIPTION_ID);
|
||||
mEraseEsim = args.getBoolean(MasterClear.ERASE_ESIMS_EXTRA);
|
||||
mEraseEsim = args.getBoolean(MainClear.ERASE_ESIMS_EXTRA);
|
||||
}
|
||||
|
||||
mActivity = getActivity();
|
||||
|
Reference in New Issue
Block a user