Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ee6cd5fc authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Update language to comply with Android's inclusive language guidance"...

Merge "Update language to comply with Android's inclusive language guidance" am: 986e49df am: 21e5a00f am: bc3cef1d am: 91d64057 am: 58ebc4f3

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1382481

Change-Id: I23744e158143a09d887e0ff1de912f687ffd0ded
parents 100c35f5 58ebc4f3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -511,14 +511,14 @@ public class BugreportProgressService extends Service {
            }

            if (msg.what != MSG_SERVICE_COMMAND) {
                // Sanity check.
                // Confidence check.
                Log.e(TAG, "Invalid message type: " + msg.what);
                return;
            }

            // At this point it's handling onStartCommand(), with the intent passed as an Extra.
            if (!(msg.obj instanceof Intent)) {
                // Sanity check.
                // Confidence check.
                Log.wtf(TAG, "handleMessage(): invalid msg.obj type: " + msg.obj);
                return;
            }
+1 −1
Original line number Diff line number Diff line
@@ -466,7 +466,7 @@ public class BugreportReceiverTest {
            // Clear properties
            mContext.getSharedPreferences(PREFS_BUGREPORT, Context.MODE_PRIVATE)
                    .edit().clear().commit();
            // Sanity check...
            // Confidence check...
            assertEquals("Did not reset properties", STATE_UNKNOWN,
                    getWarningState(mContext, STATE_UNKNOWN));
        } else {