Searched refs:ADD_TO_WORKSPACE (Results 1 – 2 of 2) sorted by relevance
54 out.add(mActions.get(ADD_TO_WORKSPACE)); in getSupportedActions()64 if (action == ADD_TO_WORKSPACE) { in performAction()
68 protected static final int ADD_TO_WORKSPACE = R.id.action_add_to_workspace; field in LauncherAccessibilityDelegate103 mActions.put(ADD_TO_WORKSPACE, new LauncherAction( in LauncherAccessibilityDelegate()104 ADD_TO_WORKSPACE, R.string.action_add_to_workspace, KeyEvent.KEYCODE_P)); in LauncherAccessibilityDelegate()165 out.add(mActions.get(ADD_TO_WORKSPACE)); in getSupportedActions()221 } else if (action == ADD_TO_WORKSPACE) { in performAction()