Searched refs:mLabelCache (Results 1 – 1 of 1) sorted by relevance
770 private HashMap<Object, CharSequence> mLabelCache; field in LauncherModel.LoaderTask775 mLabelCache = new HashMap<Object, CharSequence>(); in LoaderTask()1084 titleIndex, mLabelCache); in loadWorkspace()1505 new LauncherModel.ShortcutNameComparator(packageManager, mLabelCache)); in loadAllAppsByBatch()1518 mIconCache, mLabelCache)); in loadAllAppsByBatch()2105 private HashMap<Object, CharSequence> mLabelCache; field in LauncherModel.ShortcutNameComparator2108 mLabelCache = new HashMap<Object, CharSequence>(); in ShortcutNameComparator()2112 mLabelCache = labelCache; in ShortcutNameComparator()2118 if (mLabelCache.containsKey(keyA)) { in compare()2119 labelA = mLabelCache.get(keyA); in compare()[all …]