Searched refs:onShortcutsChanged (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/compat/
H A DLauncherAppsCompat.java43 void onShortcutsChanged(String packageName, List<ShortcutInfoCompat> shortcuts, method in interface:LauncherAppsCompat.OnAppsChangedCallbackCompat
H A DLauncherAppsCompatVL.java176 public void onShortcutsChanged(@NonNull String packageName, method in class:LauncherAppsCompatVL.WrappedCallback
184 mCallback.onShortcutsChanged(packageName, shortcutInfoCompats, user);
/packages/apps/Launcher3/src/com/android/launcher3/model/
H A DShortcutsChangedTask.java59 deepShortcutManager.onShortcutsChanged(mShortcuts);
103 // the corresponding shortcuts weren't passed in onShortcutsChanged(). This
/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
H A DDeepShortcutManager.java78 public void onShortcutsChanged(List<ShortcutInfoCompat> shortcuts) { method in class:DeepShortcutManager
86 * because we only get "key" fields in onShortcutsChanged().
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherModel.java365 public void onShortcutsChanged(String packageName, List<ShortcutInfoCompat> shortcuts, method in class:LauncherModel

Completed in 101 milliseconds