Loading searchuilib/src/com/android/app/search/SearchTargetExtras.java +2 −0 Original line number Diff line number Diff line Loading @@ -50,6 +50,8 @@ public class SearchTargetExtras { // Used if subtitle view should be overridden to string that is not natively defined by the // search target. public static final String BUNDLE_EXTRA_SUBTITLE_OVERRIDE = "subtitle_override"; // Used to override icon with the package name defined in SearchTarget. public static final String BUNDLE_EXTRA_ICON_OVERRIDE = "icon_override"; // Used for logging. Returns whether spelling correction was applied. public static final String BUNDLE_EXTRA_IS_QUERY_CORRECTED = "is_query_corrected"; Loading Loading
searchuilib/src/com/android/app/search/SearchTargetExtras.java +2 −0 Original line number Diff line number Diff line Loading @@ -50,6 +50,8 @@ public class SearchTargetExtras { // Used if subtitle view should be overridden to string that is not natively defined by the // search target. public static final String BUNDLE_EXTRA_SUBTITLE_OVERRIDE = "subtitle_override"; // Used to override icon with the package name defined in SearchTarget. public static final String BUNDLE_EXTRA_ICON_OVERRIDE = "icon_override"; // Used for logging. Returns whether spelling correction was applied. public static final String BUNDLE_EXTRA_IS_QUERY_CORRECTED = "is_query_corrected"; Loading