Searched refs:ACTION_LAUNCH_INTERPRETER (Results 1 – 4 of 4) sorted by relevance
29 String ACTION_LAUNCH_INTERPRETER = field
86 intent.setAction(Constants.ACTION_LAUNCH_INTERPRETER); in buildStartInterpreterIntent()
176 intent.setAction(Constants.ACTION_LAUNCH_INTERPRETER); in launchTerminal()
206 } else if (intent.getAction().equals(Constants.ACTION_LAUNCH_INTERPRETER)) { in startAction()