Merge "Update language to comply with Android's inclusive language guidance" am: e2d9b14b60 am: 6f22d2c310 am: 9bade16516 am: acbb11f541 am: 69194793fd
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1382541 Change-Id: I0be07dc3bf70507f82a4005ccd7fe2d687d58d81
This commit is contained in:
@@ -276,7 +276,7 @@ public class DropBoxManager {
|
||||
}
|
||||
|
||||
/**
|
||||
* Create a dummy instance for testing. All methods will fail unless
|
||||
* Create an instance for testing. All methods will fail unless
|
||||
* overridden with an appropriate mock implementation. To obtain a
|
||||
* functional instance, use {@link android.content.Context#getSystemService}.
|
||||
*/
|
||||
|
||||
@@ -1306,7 +1306,7 @@ public final class FileUtils {
|
||||
|
||||
/** {@hide} */
|
||||
public static int translateModeStringToPosix(String mode) {
|
||||
// Sanity check for invalid chars
|
||||
// Quick check for invalid chars
|
||||
for (int i = 0; i < mode.length(); i++) {
|
||||
switch (mode.charAt(i)) {
|
||||
case 'r':
|
||||
|
||||
Reference in New Issue
Block a user