Searched refs:DEEP_SHORTCUTS (Results 1 – 1 of 1) sorted by relevance
72 public static final int DEEP_SHORTCUTS = R.id.action_deep_shortcuts; field in LauncherAccessibilityDelegate111 mActions.put(DEEP_SHORTCUTS, new LauncherAction(DEEP_SHORTCUTS, in LauncherAccessibilityDelegate()113 mActions.put(SHORTCUTS_AND_NOTIFICATIONS, new LauncherAction(DEEP_SHORTCUTS, in LauncherAccessibilityDelegate()142 ? SHORTCUTS_AND_NOTIFICATIONS : DEEP_SHORTCUTS)); in getSupportedActions()273 } else if (action == DEEP_SHORTCUTS || action == SHORTCUTS_AND_NOTIFICATIONS) { in performAction()