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

Commit 2b4c3140 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "ContentSuggestionsService - fix deprecation messages."

parents 783f1815 4b2e80c9
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -185,7 +185,7 @@ public abstract class ContentSuggestionsService extends Service {

    /**
     * For temporary compat reason, remove with b/127532182
     * @deprecated
     * @deprecated use {@link #onProcessContextImage(int, Bitmap, Bundle)} instead.
     */
    @Deprecated
    public void processContextImage(
@@ -194,7 +194,8 @@ public abstract class ContentSuggestionsService extends Service {

    /**
     * For temporary compat reason, remove with b/127532182
     * @deprecated
     * @deprecated use {@link #onSuggestContentSelections(SelectionsRequest,
     * ContentSuggestionsManager.SelectionsCallback)} instead.
     */
    @Deprecated
    public void suggestContentSelections(@NonNull SelectionsRequest request,
@@ -203,7 +204,8 @@ public abstract class ContentSuggestionsService extends Service {

    /**
     * For temporary compat reason, remove with b/127532182
     * @deprecated
     * @deprecated use {@link #onClassifyContentSelections(ClassificationsRequest,
     * ContentSuggestionsManager.ClassificationsCallback)} instead.
     */
    @Deprecated
    public void classifyContentSelections(@NonNull ClassificationsRequest request,
@@ -212,7 +214,7 @@ public abstract class ContentSuggestionsService extends Service {

    /**
     * For temporary compat reason, remove with b/127532182
     * @deprecated
     * @deprecated use {@link #onNotifyInteraction(String, Bundle)} instead.
     */
    @Deprecated
    public void notifyInteraction(@NonNull String requestId, @NonNull Bundle interaction) {