Home
last modified time | relevance | path

Searched refs:PACKAGE_KEY_COMPARATOR (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DAppPairsController.java24 import static com.android.launcher3.model.data.AppInfo.PACKAGE_KEY_COMPARATOR;
297 appInfo = appsStore.getApp(key, PACKAGE_KEY_COMPARATOR); in resolveAppInfoByComponent()
/packages/apps/Launcher3/src/com/android/launcher3/model/data/
DAppInfo.java56 public static final Comparator<AppInfo> PACKAGE_KEY_COMPARATOR = Comparator.comparingInt( field in AppInfo