Searched refs:PACKAGE_KEY_COMPARATOR (Results 1 – 2 of 2) sorted by relevance
24 import static com.android.launcher3.model.data.AppInfo.PACKAGE_KEY_COMPARATOR;297 appInfo = appsStore.getApp(key, PACKAGE_KEY_COMPARATOR); in resolveAppInfoByComponent()
56 public static final Comparator<AppInfo> PACKAGE_KEY_COMPARATOR = Comparator.comparingInt( field in AppInfo