summaryrefslogtreecommitdiff
path: root/src_plugins
diff options
context:
space:
mode:
author Samuel Fufa <sfufa@google.com> 2021-01-28 05:52:25 -0600
committer Samuel Fufa <sfufa@google.com> 2021-01-29 15:48:08 -0600
commit1ab83de48eb6b5ccc1a2487f7178aba135c0ddc9 (patch)
treeb52bef0c2c0bf5667b97058f8531317109b70707 /src_plugins
parentd4629656980f3d8d3b62ca50c784c27b137060fc (diff)
Support people search results
+ Introduce temporary workaround icon loading with URLConnection for play results Manual: go/search-action-icon Bug: 177223401 Test: Manual Change-Id: I3b597faaad38e8cd1419065b80b359720baf52b0
Diffstat (limited to 'src_plugins')
-rw-r--r--src_plugins/com/android/systemui/plugins/shared/SearchTargetEventLegacy.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src_plugins/com/android/systemui/plugins/shared/SearchTargetEventLegacy.java b/src_plugins/com/android/systemui/plugins/shared/SearchTargetEventLegacy.java
index 7fbd6ac814..0fc61f04dc 100644
--- a/src_plugins/com/android/systemui/plugins/shared/SearchTargetEventLegacy.java
+++ b/src_plugins/com/android/systemui/plugins/shared/SearchTargetEventLegacy.java
@@ -20,7 +20,7 @@ import android.os.Bundle;
/**
* Event used for the feedback loop to the plugin. (and future aiai)
*
- * @deprecated Use SearchTargetEvent
+ * @deprecated Use {@link android.app.search.SearchTargetEvent}
*/
@Deprecated
public class SearchTargetEventLegacy {