Merge "Adding utility method to find an app from a component key" into ub-launcher3-dorval-polish

This commit is contained in:
Sunny Goyal
2017-06-21 18:05:17 +00:00
committed by Android (Google) Code Review
@@ -621,6 +621,10 @@ public class AlphabeticalAppsList {
return result;
}
public AppInfo findApp(ComponentKey key) {
return mComponentToAppMap.get(key);
}
/**
* Returns the cached section name for the given title, recomputing and updating the cache if
* the title has no cached section name.