Setup logging pipeline for search results

Bug: 168121204
Test: Manual
Change-Id: I4abb6c75aa0f22416616a713733bef2802b703d1
This commit is contained in:
Samuel Fufa
2020-09-10 12:05:19 -07:00
parent 4dfd31024e
commit f4eb70c96e
10 changed files with 264 additions and 61 deletions

View File

@@ -47,7 +47,10 @@ public interface AllAppsSearchPlugin extends Plugin {
*/
void performSearch(String query, Consumer<List<SearchTarget>> results);
void onClick(boolean isTouch, SearchTargetEvent event);
/**
* Send over search target interaction events to Plugin
*/
void notifySearchTargetEvent(SearchTargetEvent event);
/**
* Send signal when user exits all apps.