HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_LAUNCH_BACKGROUND_SCRIPT (Results 1 - 4 of 4) sorted by null

  /external/sl4a/Common/src/com/googlecode/android_scripting/
Constants.java 25 public static final String ACTION_LAUNCH_BACKGROUND_SCRIPT =
IntentBuilders.java 54 intent.setAction(Constants.ACTION_LAUNCH_BACKGROUND_SCRIPT);
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
ScriptingLayerService.java 180 } else if (intent.getAction().equals(Constants.ACTION_LAUNCH_BACKGROUND_SCRIPT)) {
ScriptManager.java 391 intent.setAction(Constants.ACTION_LAUNCH_BACKGROUND_SCRIPT);

Completed in 2873 milliseconds