Merge "Removed deprecated setExtras() method." into oc-dev am: 7c41ddb975 am: 5148d9fe81

am: eb196c7542

Change-Id: I322fdf688a0d78c090db27a4c0fb6c32152a231c
This commit is contained in:
Felipe Leme
2017-06-12 19:19:46 +00:00
committed by android-build-merger

View File

@@ -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