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: Ibe64a68d7bddf84780dfac33555c097ff55c97a8
This commit is contained in:
@@ -61,7 +61,7 @@ public class StorageWizardMoveConfirm extends StorageWizardBase {
|
||||
return;
|
||||
}
|
||||
|
||||
// Sanity check that target volume is candidate
|
||||
// Check that target volume is candidate
|
||||
Preconditions.checkState(
|
||||
getPackageManager().getPackageCandidateVolumes(mApp).contains(mVolume));
|
||||
|
||||
|
Reference in New Issue
Block a user