Searched refs:COMPONENT_KEY_COMPARATOR (Results 1 – 3 of 3) sorted by relevance
18 import static com.android.launcher3.model.data.AppInfo.COMPONENT_KEY_COMPARATOR;92 int index = Arrays.binarySearch(mApps, mTempInfo, COMPONENT_KEY_COMPARATOR); in getApp()
19 import static com.android.launcher3.model.data.AppInfo.COMPONENT_KEY_COMPARATOR;362 Arrays.sort(result, COMPONENT_KEY_COMPARATOR); in copyData()
49 public static final Comparator<AppInfo> COMPONENT_KEY_COMPARATOR = (a, b) -> { field in AppInfo