Home
last modified time | relevance | path

Searched refs:ACTION_LAUNCH_INTERPRETER (Results 1 – 4 of 4) sorted by relevance

/external/sl4a/Common/src/com/googlecode/android_scripting/
DConstants.java29 String ACTION_LAUNCH_INTERPRETER = field
DIntentBuilders.java86 intent.setAction(Constants.ACTION_LAUNCH_INTERPRETER); in buildStartInterpreterIntent()
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DInterpreterManager.java176 intent.setAction(Constants.ACTION_LAUNCH_INTERPRETER); in launchTerminal()
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/service/
DScriptingLayerService.java206 } else if (intent.getAction().equals(Constants.ACTION_LAUNCH_INTERPRETER)) { in startAction()