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

Commit 4ceb232e authored by Android (Google) Code Review's avatar Android (Google) Code Review Committed by The Android Open Source Project
Browse files

am a05487dd: Merge change 3800 into donut

Merge commit 'a05487dd'

* commit 'a05487dd':
  Add SUGGEST_SPINNER_WHILE_REFRESHING column constant to the SearchManager
parents 79006baf a05487dd
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -1403,6 +1403,16 @@ public class SearchManager
     */
    public final static String SUGGEST_COLUMN_BACKGROUND_COLOR = "suggest_background_color";
    
    /**
     * Column name for suggestions cursor. <i>Optional.</i> This column is used to specify
     * that a spinner should be shown in lieu of an icon2 while the shortcut of this suggestion
     * is being refreshed.
     * 
     * @hide Pending API council approval.
     */
    public final static String SUGGEST_COLUMN_SPINNER_WHILE_REFRESHING =
            "suggest_spinner_while_refreshing";

    /**
     * Column value for suggestion column {@link #SUGGEST_COLUMN_SHORTCUT_ID} when a suggestion
     * should not be stored as a shortcut in global search.