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

Commit b4891d4e authored by Felipe Leme's avatar Felipe Leme Committed by android-build-merger
Browse files

Merge "Removed deprecated, hidden method." into oc-dev

am: 17efecf4

Change-Id: Ic78e1312a1230ef6765551c6104b3caba8ca6a08
parents 374044ff 17efecf4
Loading
Loading
Loading
Loading
+0 −7
Original line number Original line Diff line number Diff line
@@ -23,7 +23,6 @@ import com.android.internal.os.HandlerCaller;
import android.annotation.SdkConstant;
import android.annotation.SdkConstant;
import android.app.Activity;
import android.app.Activity;
import android.app.Service;
import android.app.Service;
import android.app.assist.AssistStructure;
import android.content.Intent;
import android.content.Intent;
import android.os.CancellationSignal;
import android.os.CancellationSignal;
import android.os.IBinder;
import android.os.IBinder;
@@ -208,12 +207,6 @@ public abstract class AutofillService extends Service {
    public void onDisconnected() {
    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
     * Returns the {@link FillEventHistory.Event events} since the last {@link FillResponse} was
     * returned.
     * returned.