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

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

Removed deprecated, hidden method.

Test: existing CtsAutoFillServiceTestCases pass
Bug: 37563972

Change-Id: I10c5a2b16b422694d72b3ccaf6629d50247c7f49
parent aed0c10d
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -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.