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()
69 protected static final int ADD_TO_WORKSPACE = R.id.action_add_to_workspace; field in LauncherAccessibilityDelegate104 mActions.put(ADD_TO_WORKSPACE, new LauncherAction( in LauncherAccessibilityDelegate()105 ADD_TO_WORKSPACE, R.string.action_add_to_workspace, KeyEvent.KEYCODE_P)); in LauncherAccessibilityDelegate()167 out.add(mActions.get(ADD_TO_WORKSPACE)); in getSupportedActions()223 } else if (action == ADD_TO_WORKSPACE) { in performAction()