Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/
DConstants.java25 String ACTION_LAUNCH_BACKGROUND_SCRIPT = field
DIntentBuilders.java54 intent.setAction(Constants.ACTION_LAUNCH_BACKGROUND_SCRIPT); in buildStartInBackgroundIntent()
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/service/
DScriptingLayerService.java203 } else if (intent.getAction().equals(Constants.ACTION_LAUNCH_BACKGROUND_SCRIPT)) { in startAction()
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DScriptManager.java392 intent.setAction(Constants.ACTION_LAUNCH_BACKGROUND_SCRIPT); in doDialogMenu()