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

  /external/sl4a/Common/src/com/googlecode/android_scripting/
Constants.java 40 public static final String ACTION_SHOW_RUNNING_SCRIPTS =
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
ScriptingLayerService.java 110 notificationIntent.setAction(Constants.ACTION_SHOW_RUNNING_SCRIPTS);
170 if (intent.getAction().equals(Constants.ACTION_SHOW_RUNNING_SCRIPTS)) {

Completed in 36 milliseconds