Loading core/java/android/service/autofill/FillResponse.java +0 −11 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
core/java/android/service/autofill/FillResponse.java +0 −11 Original line number Diff line number Diff line Loading @@ -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 Loading