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

Commit 6daeacd0 authored by Leif Hendrik Wilden's avatar Leif Hendrik Wilden
Browse files

Update javadoc for SearchManager api on TV.

Bug: 35391427
Test: Looks good.
Change-Id: I19da978a60895aa2c3850d0ccf37c6e54414e7f3
parent 19130fea
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -33,7 +33,6 @@ import android.os.Handler;
import android.os.RemoteException;
import android.os.ServiceManager;
import android.os.ServiceManager.ServiceNotFoundException;
import android.os.UserHandle;
import android.text.TextUtils;
import android.util.Log;
import android.view.KeyEvent;
@@ -752,6 +751,8 @@ public class SearchManager
     *
     * <p>This function can be safely called at any time (even if no search is active.)
     *
     * <p>{@link Configuration#UI_MODE_TYPE_TELEVISION} does not support this method.
     *
     * @see #startSearch
     */
    public void stopSearch() {
@@ -802,6 +803,8 @@ public class SearchManager
    /**
     * Set or clear the callback that will be invoked whenever the search UI is dismissed.
     *
     * <p>{@link Configuration#UI_MODE_TYPE_TELEVISION} does not support this method.
     *
     * @param listener The {@link OnDismissListener} to use, or null.
     */
    public void setOnDismissListener(final OnDismissListener listener) {
@@ -811,6 +814,8 @@ public class SearchManager
    /**
     * Set or clear the callback that will be invoked whenever the search UI is canceled.
     *
     * <p>{@link Configuration#UI_MODE_TYPE_TELEVISION} does not support this method.
     *
     * @param listener The {@link OnCancelListener} to use, or null.
     */
    public void setOnCancelListener(OnCancelListener listener) {