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

  /external/sl4a/Utils/src/com/googlecode/android_scripting/interpreter/
InterpreterConstants.java 45 public static final String ACTION_INTERPRETER_ADDED =
  /external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/
InterpreterConfiguration.java 194 if (action.equals(InterpreterConstants.ACTION_INTERPRETER_ADDED)) {
218 filter.addAction(InterpreterConstants.ACTION_INTERPRETER_ADDED);
  /external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/activity/
Main.java 158 intent.setAction(InterpreterConstants.ACTION_INTERPRETER_ADDED);

Completed in 5369 milliseconds