summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/allapps/AllAppsSearchBarController.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/launcher3/allapps/AllAppsSearchBarController.java')
-rw-r--r--src/com/android/launcher3/allapps/AllAppsSearchBarController.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/com/android/launcher3/allapps/AllAppsSearchBarController.java b/src/com/android/launcher3/allapps/AllAppsSearchBarController.java
index 3cacd9d69..341539cdd 100644
--- a/src/com/android/launcher3/allapps/AllAppsSearchBarController.java
+++ b/src/com/android/launcher3/allapps/AllAppsSearchBarController.java
@@ -20,6 +20,8 @@ import android.graphics.Rect;
import android.view.View;
import android.view.ViewGroup;
+import com.android.launcher3.util.ComponentKey;
+
import java.util.ArrayList;
/**
@@ -87,7 +89,7 @@ public abstract class AllAppsSearchBarController {
*
* @param apps sorted list of matching components or null if in case of failure.
*/
- void onSearchResult(String query, ArrayList<ComponentName> apps);
+ void onSearchResult(String query, ArrayList<ComponentKey> apps);
/**
* Called when the search results should be cleared.