From d52611258ed141888d54a8a43acb88f0a412ebb7 Mon Sep 17 00:00:00 2001 From: Felipe Leme Date: Fri, 9 Jun 2017 16:18:22 -0700 Subject: [PATCH] Removed deprecated setExtras() method. Bug: 37563972 Test: CtsAutoFillServiceTestCases pass Change-Id: I7fef7c81267dad9097c711dbba849adf9d6b1cc5 --- core/java/android/service/autofill/FillResponse.java | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/core/java/android/service/autofill/FillResponse.java b/core/java/android/service/autofill/FillResponse.java index bc96e439811f6..fcf18eb5130e6 100644 --- a/core/java/android/service/autofill/FillResponse.java +++ b/core/java/android/service/autofill/FillResponse.java @@ -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