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

Commit 5f0110cc authored by Android Build Merger (Role)'s avatar Android Build Merger (Role) Committed by Android (Google) Code Review
Browse files

Merge "Merge "Removed deprecated, hidden method." into oc-dev am: 17efecf4...

Merge "Merge "Removed deprecated, hidden method." into oc-dev am: 17efecf4 am: 284ec6ee" into oc-dr1-dev-plus-aosp
parents 0da46137 675f873f
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.