Moving predicted apps callbacks to use ComponentKey.

Bug: 21270185

Change-Id: If2d9dd77235e7a96de96a1a5441a589ef8a72a7f
This commit is contained in:
Winson Chung
2015-06-18 11:38:42 -07:00
parent 01d4053436
commit 6b1c73f50a
6 changed files with 57 additions and 20 deletions

View File

@@ -207,7 +207,7 @@ public class AllAppsContainerView extends BaseContainerView implements DragSourc
/**
* Sets the current set of predicted apps.
*/
public void setPredictedApps(List<ComponentName> apps) {
public void setPredictedApps(List<ComponentKey> apps) {
mApps.setPredictedApps(apps);
}