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

Commit d5261125 authored by Felipe Leme's avatar Felipe Leme
Browse files

Removed deprecated setExtras() method.

Bug: 37563972
Test: CtsAutoFillServiceTestCases pass

Change-Id: I7fef7c81267dad9097c711dbba849adf9d6b1cc5
parent 1b39c88b
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -326,17 +326,6 @@ public final class FillResponse implements Parcelable {
            return this;
        }

        /**
         * @deprecated Use {@link #setClientState(Bundle)} instead.
         * @hide
         */
        @Deprecated
        public Builder setExtras(@Nullable Bundle extras) {
            throwIfDestroyed();
            mCLientState = extras;
            return this;
        }

        /**
         * Sets a {@link Bundle state} that will be passed to subsequent APIs that
         * manipulate this response. For example, they are passed to subsequent