HomeSort by relevance Sort by last modified time
    Searched refs:DeepShortcutManager (Results 1 - 13 of 13) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/util/
PackageUserKey.java 7 import com.android.launcher3.shortcuts.DeepShortcutManager;
41 if (DeepShortcutManager.supportsShortcuts(info)) {
  /packages/apps/Launcher3/src/com/android/launcher3/model/
ShortcutsChangedTask.java 28 import com.android.launcher3.shortcuts.DeepShortcutManager;
56 DeepShortcutManager deepShortcutManager = DeepShortcutManager.getInstance(context);
57 deepShortcutManager.onShortcutsChanged(mShortcuts);
75 List<ShortcutInfoCompat> shortcuts = deepShortcutManager.queryForFullDetails(
UserLockStateChangedTask.java 29 import com.android.launcher3.shortcuts.DeepShortcutManager;
54 DeepShortcutManager deepShortcutManager = DeepShortcutManager.getInstance(context);
59 deepShortcutManager.queryForPinnedShortcuts(null, mUser);
60 if (deepShortcutManager.wasLastCallSuccess()) {
111 null, mUser, deepShortcutManager.queryForAllShortcuts(mUser));
BgDataModel.java 33 import com.android.launcher3.shortcuts.DeepShortcutManager;
265 DeepShortcutManager.getInstance(context).unpinShortcut(pinnedShortcut);
302 DeepShortcutManager.getInstance(context).pinShortcut(pinnedShortcut);
  /packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
DeepShortcutManager.java 42 public class DeepShortcutManager {
43 private static final String TAG = "DeepShortcutManager";
48 private static DeepShortcutManager sInstance;
51 public static DeepShortcutManager getInstance(Context context) {
54 sInstance = new DeepShortcutManager(context.getApplicationContext());
63 private DeepShortcutManager(Context context) {
  /packages/apps/Launcher3/src/com/android/launcher3/popup/
PopupDataProvider.java 31 import com.android.launcher3.shortcuts.DeepShortcutManager;
218 if (!DeepShortcutManager.supportsShortcuts(info)) {
231 if (!DeepShortcutManager.supportsShortcuts(info)) {
PopupPopulator.java 38 import com.android.launcher3.shortcuts.DeepShortcutManager;
204 List<ShortcutInfoCompat> shortcuts = DeepShortcutManager.getInstance(launcher)
PopupContainerWithArrow.java 70 import com.android.launcher3.shortcuts.DeepShortcutManager;
144 if (!DeepShortcutManager.supportsShortcuts(itemInfo)) {
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/graphics/
LauncherIcons.java 46 import com.android.launcher3.shortcuts.DeepShortcutManager;
319 Drawable unbadgedDrawable = DeepShortcutManager.getInstance(context)
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherModel.java 71 import com.android.launcher3.shortcuts.DeepShortcutManager;
159 DeepShortcutManager.getInstance(mApp.getContext()).hasHostPermission();
    [all...]
InstallShortcutReceiver.java 41 import com.android.launcher3.shortcuts.DeepShortcutManager;
502 DeepShortcutManager sm = DeepShortcutManager.getInstance(context);
Launcher.java 113 import com.android.launcher3.shortcuts.DeepShortcutManager;
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/accessibility/
LauncherAccessibilityDelegate.java 40 import com.android.launcher3.shortcuts.DeepShortcutManager;
108 if (!fromKeyboard && DeepShortcutManager.supportsShortcuts(item)) {

Completed in 267 milliseconds