diff options
| -rw-r--r-- | core/java/android/service/autofill/AutofillService.java | 7 | 
1 files changed, 0 insertions, 7 deletions
diff --git a/core/java/android/service/autofill/AutofillService.java b/core/java/android/service/autofill/AutofillService.java index a90ee93d9852..07c3503934ae 100644 --- a/core/java/android/service/autofill/AutofillService.java +++ b/core/java/android/service/autofill/AutofillService.java @@ -23,7 +23,6 @@ import com.android.internal.os.HandlerCaller;  import android.annotation.SdkConstant;  import android.app.Activity;  import android.app.Service; -import android.app.assist.AssistStructure;  import android.content.Intent;  import android.os.CancellationSignal;  import android.os.IBinder; @@ -208,12 +207,6 @@ public abstract class AutofillService extends Service {      public void onDisconnected() {      } -    /** @hide */ -    @Deprecated -    public final void disableSelf() { -        getSystemService(AutofillManager.class).disableOwnedAutofillServices(); -    } -      /**       * Returns the {@link FillEventHistory.Event events} since the last {@link FillResponse} was       * returned.  |