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